chore(github): run publish on version tags
This commit is contained in:
parent
a45f7de658
commit
96f729e334
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -6,6 +6,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "*.*.*"
|
||||
jobs:
|
||||
publish:
|
||||
name: Publish
|
||||
|
|
Loading…
Reference in a new issue