Skip to content

Commit

Permalink
chore: fix wrong branch name in workflow (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Aug 2, 2023
1 parent cd040a7 commit 0f1949c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-sentry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create a Sentry release
on:
push:
branches:
- 'main'
- 'master'
jobs:
create-sentry-release:
uses: snapshot-labs/actions/.github/workflows/create-sentry-release.yml@main
Expand Down

0 comments on commit 0f1949c

Please sign in to comment.