diff --git a/.github/workflows/ctest.yaml b/.github/workflows/ctest.yaml index af6443b..7225f9d 100644 --- a/.github/workflows/ctest.yaml +++ b/.github/workflows/ctest.yaml @@ -7,9 +7,9 @@ on: # Triggers the workflow on push or pull request events but only for the main branch workflow_call: push: - branches: [ main ] + branches: [ develop ] pull_request: - branches: [ main ] + branches: [ develop ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: