Skip to content

Commit 311ba85

Browse files
committed
update workflow to trigger on live tag instead of version tags
1 parent 8eb402a commit 311ba85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to NPM
33
on:
44
push:
55
tags:
6-
- 'v*' # Triggers on version tags (v1.0.0, v1.2.3, etc.)
6+
- 'live' # Triggers when live tag is pushed
77
workflow_dispatch: # Allows manual triggering from GitHub Actions tab
88

99
jobs:

0 commit comments

Comments
 (0)