Build all tags

This commit is contained in:
Adrien Ferrand 2018-10-09 17:28:53 +02:00
parent 28a600c0e3
commit 7cc83d3010

View File

@ -7,7 +7,7 @@ workflows:
- build-n-test:
filters:
tags:
only: /^[0-9.]+/
only: /.*/
- deploy:
requires:
- build-n-test
@ -15,7 +15,7 @@ workflows:
branches:
only: /^(master|4|3)$/
tags:
only: /^[0-9.]+/
only: /.*/
- trigger-dockerhub:
requires:
- build-n-test