Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Enh/update ci workflow (#9)
Browse files Browse the repository at this point in the history
* Run NPM Publish on Tag

* Update CI regex to add v to tag start
  • Loading branch information
paulkr authored May 14, 2024
1 parent 2c3ba9a commit 4e4a400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
branches:
- main
tags:
- "[0-9]+.[0-9]+.[0-9]$"
- "^v[0-9]+.[0-9]+.[0-9]$"
paths-ignore:
- "**/*.md"
- LICENSE
Expand Down

0 comments on commit 4e4a400

Please sign in to comment.