Skip to content

Commit

Permalink
fix: run CircleCI builds on tags (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
unnawut authored Mar 2, 2020
1 parent cec5b99 commit d73c630
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,12 @@ workflows:
requires: [build]
build-test-deploy:
jobs:
- build
- build:
filters:
branches:
only: /.+/
tags:
only: /.+/
- test_barebone_release:
requires: [build]
- notify_services:
Expand Down

0 comments on commit d73c630

Please sign in to comment.