Make 'v' optional in front of tag
This commit is contained in:
parent
3d2f4b3dec
commit
2bb785c71f
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ deploy:
|
|||
on:
|
||||
repo: "sfztools/sfizz"
|
||||
tags: true
|
||||
condition: ${TRAVIS_TAG} =~ ^v[0-9]
|
||||
condition: ${TRAVIS_TAG} =~ ^v?[0-9]
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue