github: Run CI builds on PRs and restrict to master branch
This commit is contained in:
parent
403cf2c1de
commit
121a19ba67
|
|
@ -2,7 +2,11 @@ name: sd-card-images CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: "*"
|
||||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
schedule:
|
||||
- cron: "00 03 * * 0"
|
||||
|
||||
Loading…
Reference in New Issue