Ignore all branches and only deploy tags
This commit is contained in:
parent
71dbd1db24
commit
e57d4fc448
1 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,6 @@ workflows:
|
|||
- build
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v[0-9]+(\.[0-9]+)*(-.*)*/
|
Loading…
Reference in a new issue