From f6ad56c359001f9040e2e4c671c7d19815672842 Mon Sep 17 00:00:00 2001 From: vrcomputing Date: Fri, 28 Oct 2022 12:56:25 +0200 Subject: [PATCH] enable cmake action for specific branch --- .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 3cbbed32..be984901 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,7 +2,7 @@ name: CMake Build Matrix on: push: - branches: [ master ] + branches: [ cmake ] pull_request: branches: [ master ] @@ -187,4 +187,4 @@ jobs: # upload_url: ${{ github.event.release.upload_url }} # asset_path: ./${{ matrix.config.artifact }} # asset_name: ${{ matrix.config.artifact }}.zip - # asset_content_type: application/zip \ No newline at end of file + # asset_content_type: application/zip