2 Commits

Author SHA1 Message Date
44acda139c Fix CI 2020-01-10 00:11:48 +01:00
6b57541b03 Remove BuildConfig from library. 2020-01-10 00:09:07 +01:00

View File

@ -72,7 +72,7 @@ workflows:
version: 2.1
build-and-deploy:
jobs:
- build
- build:
filters: # required since `deploy` has tag filters AND requires `build`
tags:
only: /.*/
@ -81,6 +81,6 @@ workflows:
- build
filters:
tags:
only: /v[0-9]{1,3}\.[0-9]{1,3}\.?[0-9]{0,3}/
only: /^v[0-9]{1,3}\.[0-9]{1,3}\.?[0-9]{0,3}$/
branches:
ignore: /.*/