mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
ci: snap: run snap CI on every pull request
Make sure a pull request doesn't break the snap packages, run snap CI on every pull request. Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
919d51274d
commit
ef72926beb
12
.github/workflows/snap.yaml
vendored
12
.github/workflows/snap.yaml
vendored
@ -1,15 +1,5 @@
|
||||
name: snap CI
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "**/Makefile"
|
||||
- "**/*.go"
|
||||
- "**/*.mk"
|
||||
- "**/*.rs"
|
||||
- "**/*.sh"
|
||||
- "**/*.toml"
|
||||
- "**/*.yaml"
|
||||
- "**/*.yml"
|
||||
on: ["pull_request"]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-20.04
|
||||
|
Loading…
Reference in New Issue
Block a user