From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2195) id 51F64387086F; Sun, 10 May 2020 19:40:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 51F64387086F To: cygwin-apps-cvs@sourceware.org Subject: [cygport - the Cygwin packaging tool] branch master, updated. 0.34.0-1-g6d53fa2 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5ffd56a4d7d55bfd9101a1ff41d81678f1864233 X-Git-Newrev: 6d53fa2d4fd9746aec37ee42b26bf608625bd519 Message-Id: <20200510194022.51F64387086F@sourceware.org> Date: Sun, 10 May 2020 19:40:22 +0000 (GMT) From: Yaakov Selkowitz X-BeenThere: cygwin-apps-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin-apps git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2020 19:40:22 -0000 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygport.git;h=6d53fa2d4fd9746aec37ee42b26bf608625bd519 commit 6d53fa2d4fd9746aec37ee42b26bf608625bd519 Author: Yaakov Selkowitz 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