mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 12:59:21 +08:00
Cygwin: CI: don't run on both main and master refs
This commit is contained in:
parent
c49bc478b4
commit
57e3e3d3ab
6
.github/workflows/cygwin.yml
vendored
6
.github/workflows/cygwin.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: cygwin
|
name: cygwin
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
# since master is a symbolic reference to main, don't run for both
|
||||||
|
branches-ignore:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fedora-build:
|
fedora-build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user