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
3313fb701a
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
|
name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches:
|
||||||
- 'wip/*'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue