Skip to content

Commit

Permalink
Update release-to-candidate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Jul 15, 2024
1 parent fc06651 commit 119db7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-to-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Release
on:
# Run the workflow each time new commits are pushed to the candidate branch.
push:
branches: [ "candidate" ]
branches:
- candidate
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 119db7e

Please sign in to comment.