diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2023-07-22 17:47:02 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2023-08-02 17:25:50 +0100 |
commit | 57e3e3d3abf6733567cc0f3d2a267a1dea21e9dd (patch) | |
tree | ef6bc196ff3840c8d85570e865069bbc3d2785f9 /.github/workflows | |
parent | c49bc478b4a7e7d00a0c8540b8d6b6e99453443e (diff) | |
download | newlib-57e3e3d3abf6733567cc0f3d2a267a1dea21e9dd.zip newlib-57e3e3d3abf6733567cc0f3d2a267a1dea21e9dd.tar.gz newlib-57e3e3d3abf6733567cc0f3d2a267a1dea21e9dd.tar.bz2 |
Cygwin: CI: don't run on both main and master refs
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cygwin.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 1034495..378d1d1 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: |