We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb402a commit 311ba85Copy full SHA for 311ba85
1 file changed
.github/workflows/npm-publish.yml
@@ -3,7 +3,7 @@ name: Publish to NPM
3
on:
4
push:
5
tags:
6
- - 'v*' # Triggers on version tags (v1.0.0, v1.2.3, etc.)
+ - 'live' # Triggers when live tag is pushed
7
workflow_dispatch: # Allows manual triggering from GitHub Actions tab
8
9
jobs:
0 commit comments