mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 21:03:23 +00:00
ci: Restrict GHA to only master branch on push events
CI will trigger duplicated runs for branches if they have a pull request open, so only run CI for push events to master. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
d5e14a914e
commit
b585fcc1f1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -4,8 +4,8 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'wip/*'
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue