Trigger pipeline on new tags
This commit is contained in:
parent
ef3466787d
commit
47311d16cf
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
|
@ -3,6 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v*"
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Reference in a new issue