Cygwin: CI: don't run on both main and master refs
This commit is contained in:
parent
c49bc478b4
commit
57e3e3d3ab
|
@ -1,6 +1,10 @@
|
|||
name: cygwin
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
# since master is a symbolic reference to main, don't run for both
|
||||
branches-ignore:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
fedora-build:
|
||||
|
|
Loading…
Reference in New Issue