public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowitz@sourceware.org>
To: cygwin-apps-cvs@sourceware.org
Subject: [cygport - the Cygwin packaging tool] branch master, updated. 0.34.0-1-g6d53fa2
Date: Sun, 10 May 2020 19:40:22 +0000 (GMT)	[thread overview]
Message-ID: <20200510194022.51F64387086F@sourceware.org> (raw)




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



                 reply	other threads:[~2020-05-10 19:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200510194022.51F64387086F@sourceware.org \
    --to=yselkowitz@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).