only run publish on version tags

This commit is contained in:
Simon Aronsson 2019-04-04 21:37:59 +02:00
parent 4ae546c91d
commit 1fdfbb38c7

View file

@ -18,9 +18,14 @@ workflows:
requires:
- checkout
- publishing:
requires:
- testing
- linting
requires:
- testing
- linting
filters:
branches:
ignore: /.*/
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
jobs:
checkout:
executor: go