public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [cygport - the Cygwin packaging tool] branch master, updated. 0.34.0-1-g6d53fa2
@ 2020-05-10 19:40 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2020-05-10 19:40 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygport.git;h=6d53fa2d4fd9746aec37ee42b26bf608625bd519

commit 6d53fa2d4fd9746aec37ee42b26bf608625bd519
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date:   Sun May 10 15:37:15 2020 -0400

    CI: only run on pushes to master
    
    Without this, pushing a release tag causes the CI to be unnecessarily run
    twice, once for master branch and once for the tag.  Pull requests are not
    compatible with this repo being only a mirror now, so ignore them.


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

diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 9104dc5..775efcf 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -1,5 +1,8 @@
 name: Cygwin
-on: [push, pull_request]
+on:
+  push:
+    branches:
+    - master
 
 env:
   CASE_INSENSITIVE: 1



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

only message in thread, other threads:[~2020-05-10 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10 19:40 [cygport - the Cygwin packaging tool] branch master, updated. 0.34.0-1-g6d53fa2 Yaakov Selkowitz

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).