Skip to content

Commit

Permalink
fix: trigger release on push to master instead of main (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
xav authored Aug 22, 2023
1 parent 9c53b33 commit 5d617cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/event_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: 'Release / ${{ github.event.head_commit.message }}'
on:
push:
branches:
- main
- master
paths-ignore:
- '.github/**'
- 'docs/**'
Expand Down

0 comments on commit 5d617cc

Please sign in to comment.