trigger by tag push
This commit is contained in:
parent
9025ab36ea
commit
9af4d8e556
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -6,6 +6,9 @@ on:
|
|||
branches: master
|
||||
types: completed
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
Reference in a new issue