diff --git a/.github/workflows/release-to-candidate.yaml b/.github/workflows/release-to-candidate.yaml index 73362f07e..c4f8ef6c7 100644 --- a/.github/workflows/release-to-candidate.yaml +++ b/.github/workflows/release-to-candidate.yaml @@ -3,8 +3,7 @@ name: Release on: # Run the workflow each time new commits are pushed to the candidate branch. push: - branches: - - candidate + branches: [ "candidate" ] workflow_dispatch: concurrency: