From a41aab78912f0a423e2a62a41aa890ecfb58bdba Mon Sep 17 00:00:00 2001 From: Gyusun Yeom Date: Sat, 6 Mar 2021 10:31:34 +0900 Subject: [PATCH] specify branches --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 802899f..1c3c197 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -3,14 +3,14 @@ name: CMake on: pull_request: branches: - - $default-branch + - master types: - opened - synchronize - reopened push: branches: - - $default-branch + - master env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)