Skip to content

Commit

Permalink
ci: clean filters to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Dec 11, 2020
1 parent 6a55c39 commit edbe468
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,15 @@ jobs:
workflows:
main:
jobs:
- test:
filters:
tags:
only: /[0-9]+(\.[0-9]+)*(-.*)*/
- lint:
filters:
tags:
only: /[0-9]+(\.[0-9]+)*(-.*)*/
- test
- lint
- build-image:
requires:
- test
- lint
filters:
tags:
only: /[0-9]+(\.[0-9]+)*(-.*)*/
branches:
ignore: master
- build-push-main:
context: falco
requires:
Expand Down

0 comments on commit edbe468

Please sign in to comment.