Skip to content

Commit

Permalink
ci: Correct branch name in release please workflow
Browse files Browse the repository at this point in the history
This did use main, but our main branch is called master.
  • Loading branch information
cameron-martin committed Jan 18, 2024
1 parent 4f5f5d1 commit bdfd2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- master

permissions:
contents: write
Expand Down

0 comments on commit bdfd2fa

Please sign in to comment.