Only run release when tagged

This commit is contained in:
James Barnsley
2019-04-11 12:29:10 +12:00
parent ee6d2a2e87
commit 91568ea156

View File

@ -70,18 +70,18 @@ workflows:
jobs:
- build:
filters:
branches:
only: develop
tags:
only: /.*/
- test:
requires:
- build
filters:
branches:
only: develop
tags:
only: /.*/
- deploy:
requires:
- build
- test
filters:
branches:
only: master
tags:
only: /.*/