temporarily disable filters

This commit is contained in:
Simon Aronsson 2019-04-04 21:45:00 +02:00
parent a5e8d91dad
commit f52d218e8d

View file

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