Skip to content

Commit

Permalink
Merge pull request #46 from appvia/ci
Browse files Browse the repository at this point in the history
Tweaking ci
  • Loading branch information
marcinc authored May 15, 2020
2 parents adff1cf + 80883ba commit 4b6a754
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 4b6a754

Please sign in to comment.