Skip to content

Commit 0ee3af2

Browse files
committed
updated workflow
1 parent ed50fc3 commit 0ee3af2

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,11 @@
55
# http://www.apache.org/licenses/LICENSE-2.0
66

77
# GitHub Actions workflow for publishing @rotsl/weave to npm
8-
# Runs on push and manual trigger; skips publish when version already exists
8+
# Runs only on manual trigger; skips publish when version already exists
99

1010
name: Publish Weave to npm
1111

1212
on:
13-
push:
14-
branches:
15-
- main
16-
- master
17-
paths:
18-
- 'packages/weave/**'
19-
- '.github/workflows/publish-npm.yml'
2013
workflow_dispatch:
2114

2215
jobs:

0 commit comments

Comments
 (0)