Skip to content

Commit

Permalink
Fix circleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Jul 27, 2020
1 parent 4333da8 commit 9587834
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,30 +162,30 @@ workflows:
- build-front
filters:
tags:
only: /v*/
only: /.*/
branches:
ignore: /.*/
- build-amd64:
requires:
- build-front
filters:
tags:
only: /v*/
only: /.*/
branches:
ignore: /.*/
- build-i386:
requires:
- build-front
filters:
tags:
only: /v*/
only: /.*/
branches:
ignore: /.*/
- build-arm64v8:
requires:
- build-front
filters:
tags:
only: /v*/
only: /.*/
branches:
ignore: /.*/

0 comments on commit 9587834

Please sign in to comment.