public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] Cygwin: CI: don't run on both main and master refs
@ 2023-08-02 16:27 Jon Turney
  0 siblings, 0 replies; only message in thread
From: Jon Turney @ 2023-08-02 16:27 UTC (permalink / raw)
  To: cygwin-cvs, newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=57e3e3d3abf6733567cc0f3d2a267a1dea21e9dd

commit 57e3e3d3abf6733567cc0f3d2a267a1dea21e9dd
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Sat Jul 22 17:47:02 2023 +0100

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

Diff:
---
 .github/workflows/cygwin.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-02 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-02 16:27 [newlib-cygwin/main] Cygwin: CI: don't run on both main and master refs Jon Turney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).