github: Run CI builds on PRs and restrict to master branch

This commit is contained in:
Johan Gunnarsson 2021-08-25 22:11:57 +02:00
parent 403cf2c1de
commit 121a19ba67
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@ name: sd-card-images CI
on:
push:
branches: "*"
branches:
- "master"
pull_request:
branches:
- "master"
schedule:
- cron: "00 03 * * 0"