From 113d0523fbf4fb4c052b2d6d36b91e1fcdd3e5ed Mon Sep 17 00:00:00 2001 From: Jason Klein Date: Wed, 24 Jan 2024 06:36:50 -0500 Subject: [PATCH] Only run actions on commits to main --- .github/workflows/cmake_ctest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cmake_ctest.yml b/.github/workflows/cmake_ctest.yml index ada9fc2..25d9313 100644 --- a/.github/workflows/cmake_ctest.yml +++ b/.github/workflows/cmake_ctest.yml @@ -3,6 +3,9 @@ name: Pamplejuce on: workflow_dispatch: # lets you run a build from the UI push: + branches: main + pull_request: + branches: main # When pushing new commits, cancel any running builds on that branch concurrency: