Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-07-22 19:47:02 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-08-02 19:25:50 +0300
commit57e3e3d3abf6733567cc0f3d2a267a1dea21e9dd (patch)
treeef6bc196ff3840c8d85570e865069bbc3d2785f9 /.github
parentc49bc478b4a7e7d00a0c8540b8d6b6e99453443e (diff)
Cygwin: CI: don't run on both main and master refs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cygwin.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 1034495e6..378d1d14a 100644
--- a/.github/workflows/cygwin.yml
+++ b/.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: