Browse Source
Cygwin: CI: don't run on both main and master refs
users/vapier/wip
Jon Turney
3 years ago
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with
5 additions and
1 deletions
-
.github/workflows/cygwin.yml
|
|
|
@ -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: |
|
|
|
|