Merge pull request #897 from devimc/2020-10-09/snapCI

ci: snap: add event filtering
This commit is contained in:
Julio Montes 2020-10-09 15:28:57 -05:00 committed by GitHub
commit 291257c0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,15 @@
name: snap CI
on: ["pull_request"]
on:
pull_request:
paths:
- "**/Makefile"
- "**/*.go"
- "**/*.mk"
- "**/*.rs"
- "**/*.sh"
- "**/*.toml"
- "**/*.yaml"
- "**/*.yml"
jobs:
test:
runs-on: ubuntu-20.04