Skip to content

Commit

Permalink
Merge pull request #1396 from glensc/patch-1
Browse files Browse the repository at this point in the history
FIx: use proper branch name in publish_package workflow
  • Loading branch information
orta committed Jul 31, 2023
2 parents c561731 + 98c0a69 commit 26387bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Danger-JS package
on:
push:
branches:
- 'master'
- 'main'
tags:
- '*'

Expand Down

0 comments on commit 26387bc

Please sign in to comment.