From b5c9c1507f5ebd6ec4c64bd687e1294be309eb14 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Wed, 12 Oct 2022 09:09:07 +0800 Subject: [PATCH] Update cygwin.yml --- .github/workflows/cygwin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 3eaf5c96..ccc8c499 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -1,9 +1,9 @@ name: Cygwin on: push: - branches: [ $default-branch ] + branches: [ master ] pull_request: - branches: [ $default-branch ] + branches: [ master ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)