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 09f3b7c commit ff938e3Copy full SHA for ff938e3
.github/workflows/gh-release.yml
@@ -15,9 +15,13 @@ name: Publish Book and Article as a GH Release
15
# package.json: template/ (sed template->$(THEME) and VERSION->$(VERSION)
16
# server.js: template/ (as-is from repo)
17
18
+# Note: xxx this workflow does not publish to npm for now
19
+
20
+# not triggering on branche pushes
21
+# note that this will trigger only once if tags are pushed in a batch
22
on:
23
push:
- branches: [ main ]
24
+ # branches: [ main ]
25
tags: [ '*' ]
26
27
jobs:
0 commit comments