Skip to content

Commit abf1ba2

Browse files
committed
[fix] support NPM RELEASE action on develop branch
1 parent ed7559d commit abf1ba2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/npm-release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@ name: NPM Release
33
on:
44
release:
55
types: [published]
6-
workflow_dispatch:
7-
inputs:
8-
version:
9-
description: 'Version to publish'
10-
required: true
11-
default: '1.0.0'
126
push:
137
branches:
14-
- npm-release
158
- develop
16-
- murphy/npm-release-0616
179
paths:
1810
- 'libCacheSim-node/**'
1911

0 commit comments

Comments
 (0)