Update circle config
parent
42c971ed64
commit
dbc2e516ea
|
@ -34,15 +34,11 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
- build:
|
- build:
|
||||||
filters:
|
filters:
|
||||||
branches:
|
|
||||||
ignore: /.*/
|
|
||||||
tags:
|
tags:
|
||||||
only: /^.*/
|
only: /^.*/
|
||||||
- publish-github-release:
|
- publish-github-release:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
filters:
|
filters:
|
||||||
branches:
|
|
||||||
ignore: /.*/
|
|
||||||
tags:
|
tags:
|
||||||
only: /^.*/
|
only: /^.*/
|
||||||
|
|
Loading…
Reference in New Issue