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
|
- build
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
ignore: /.*/
|
||||||
- master
|
|
||||||
tags:
|
tags:
|
||||||
only: /^v[0-9]+(\.[0-9]+)*(-.*)*/
|
only: /^v[0-9]+(\.[0-9]+)*(-.*)*/
|
Loading…
Reference in a new issue