Skip to content

Commit 26387bc

Browse files
authored
Merge pull request #1396 from glensc/patch-1
FIx: use proper branch name in publish_package workflow
2 parents c561731 + 98c0a69 commit 26387bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Danger-JS package
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
77
tags:
88
- '*'
99

0 commit comments

Comments
 (0)