Skip to content

Commit

Permalink
Fix wrong branch name in publish job (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrderyk authored May 13, 2024
1 parent 58b24c4 commit 5228678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-version-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: publish-on-version-change
on:
push:
branches:
- chore/auto_publish # Change this to your default branch
- main
jobs:
check-version-change:
name: check-version-change
Expand Down

0 comments on commit 5228678

Please sign in to comment.