Skip to content

Commit

Permalink
Tweaking ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinc committed May 15, 2020
1 parent adff1cf commit 80883ba
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,28 @@ workflows:
version: 2
run_build:
jobs:
- test
- test:
filters:
tags:
only: /^v.*$/

- build_only:
requires:
- test
filters:
branches:
ignore: master
tags:
ignore: /.*/

- build_and_push:
requires:
- test
filters:
branches:
only: master
tags:
only: /^v\d+\.\d+\.\d+$/

# - deploy:
# skaffold_kube_context: qa
Expand Down

0 comments on commit 80883ba

Please sign in to comment.