From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id E28C33858D1E; Wed, 2 Aug 2023 16:27:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E28C33858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690993653; bh=uJFm0WrKyqAmyZAkJ8tsCbjuzgeoI70H9anBJqwFy70=; h=From:To:Subject:Date:From; b=k6TwEWAxySOwWaG5hE1OssR34NmLjsLWtS2YaMntfbhCt6dig0PMOIZFcpnKV8qC3 3u82gX7qfoq4g/LHzXGZ8OVPfwzN8Xz77jWP4YMaTc+G/goWET7qV0+67QjrMVRXoK /T3Vsj19qDMOBVXf6XgMahqDnpuTEZcVhU1nqGgU= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon Turney To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: CI: don't run on both main and master refs X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/main X-Git-Oldrev: c49bc478b4a7e7d00a0c8540b8d6b6e99453443e X-Git-Newrev: 57e3e3d3abf6733567cc0f3d2a267a1dea21e9dd Message-Id: <20230802162733.E28C33858D1E@sourceware.org> Date: Wed, 2 Aug 2023 16:27:33 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D57e3e3d3abf= 6733567cc0f3d2a267a1dea21e9dd commit 57e3e3d3abf6733567cc0f3d2a267a1dea21e9dd Author: Jon Turney 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 =20 -on: push +on: + push: + # since master is a symbolic reference to main, don't run for both + branches-ignore: + - 'master' =20 jobs: fedora-build: