Skip to content

Commit 849c84b

Browse files
committed
[fix] support NPM RELEASE action on develop branch
1 parent cdc68da commit 849c84b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npm-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
types: [published]
66
push:
77
branches:
8-
- main
8+
- develop
9+
- murphy/npm-release-0616
910
paths:
1011
- 'libCacheSim-node/**'
1112

0 commit comments

Comments
 (0)