Cygwin: CI: don't run on both main and master refs

This commit is contained in:
Jon Turney 2023-07-22 17:47:02 +01:00
parent c49bc478b4
commit 57e3e3d3ab
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 5 additions and 1 deletions

View File

@ -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: