From 7a8d93a9600d4e2de3ccd58c9b67af76f40e59cb Mon Sep 17 00:00:00 2001 From: NavNTCMP Date: Mon, 18 Mar 2024 14:37:14 -0400 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1ce0c4fee..5fe75f364 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,7 +1,11 @@ name: CMake -on: [push] - +on: + push: + branches: + - master + pull_request: + env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release @@ -133,4 +137,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: CompressonatorFramework_Windows_Master_Build - path: CompressonatorFramework_result/ \ No newline at end of file + path: CompressonatorFramework_result/