From 100049d797f0ddff733238ce89efba4ecef7f4ac Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Mon, 23 Sep 2024 11:19:15 -0400 Subject: [PATCH] ci: copy release-to-candidate from discord To see if this fixes #50 --- .github/workflows/release-to-candidate.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: