Skip to content

Commit

Permalink
Fixes deploy triggering on all commits, see https://discuss.circleci.…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanse00 committed Sep 17, 2018
1 parent 0f47d4e commit ddfa2bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ workflows:
jobs:
- tests:
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
- deploy:
requires:
- tests
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit ddfa2bd

Please sign in to comment.