Skip to content

Commit

Permalink
Trigger build_test job on tag too
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Jan 19, 2019
1 parent fc97983 commit a289e73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ workflows:
version: 2
build_deploy:
jobs:
- build_test
- build_test:
filters:
tags: {only: /^v.+$/}
- release:
requires: [build_test]
filters:
Expand Down

0 comments on commit a289e73

Please sign in to comment.