From 6ff290de0e3e23b403aa9067703df6490cab12c4 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Tue, 11 Oct 2022 16:32:37 +0800 Subject: [PATCH] Update cmake.yml --- .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 54eb0247..3e4eef2b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,9 +2,9 @@ name: CMake 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.)