From d9e2d2ebd47270d8ecec48427742da42b18c6c60 Mon Sep 17 00:00:00 2001 From: armandrismir Date: Fri, 24 May 2024 13:45:37 -0700 Subject: [PATCH] updated github actions .yml file to activate on push to 'release' branch --- .github/workflows/cmake-multi-platform.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index d285428..90b4b78 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -4,10 +4,7 @@ name: CMake on multiple platforms on: push: - branches: [ "main-CMake" ] - tags: [ "v*" ] - pull_request: - branches: [ "main-CMake" ] + branches: [ "release" ] jobs: build: