Skip to content

Commit

Permalink
Fix legacy branch name in the release action (#5760)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jan 5, 2023
1 parent 035f22e commit a356742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- 1-legacy
- '1-legacy'

defaults:
run:
Expand Down

0 comments on commit a356742

Please sign in to comment.