We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed50fc3 commit 0ee3af2Copy full SHA for 0ee3af2
1 file changed
.github/workflows/publish-npm.yml
@@ -5,18 +5,11 @@
5
# http://www.apache.org/licenses/LICENSE-2.0
6
7
# GitHub Actions workflow for publishing @rotsl/weave to npm
8
-# Runs on push and manual trigger; skips publish when version already exists
+# Runs only on manual trigger; skips publish when version already exists
9
10
name: Publish Weave to npm
11
12
on:
13
- push:
14
- branches:
15
- - main
16
- - master
17
- paths:
18
- - 'packages/weave/**'
19
- - '.github/workflows/publish-npm.yml'
20
workflow_dispatch:
21
22
jobs:
0 commit comments