Skip to content

Commit b81e75d

Browse files
committed
fix(release): fix release issue from wrong branch
1 parent 8be30a4 commit b81e75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
needs:
120120
- code-quality
121121
- code-security
122-
if: github.ref == 'refs/heads/master'
122+
if: github.ref == 'refs/heads/develop'
123123

124124
steps:
125125
- name: Checkout

0 commit comments

Comments
 (0)