Skip to content

Commit

Permalink
Merge pull request #193 from weaveworks/170-tagged-pushes
Browse files Browse the repository at this point in the history
Run agent build job for tag pushes
  • Loading branch information
aaron7 authored May 8, 2018
2 parents d7c3e90 + d90b447 commit 2241038
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,10 @@ workflows:
build_deploy:
jobs:
- global_tests
- agent
- agent:
filters:
tags:
only: /[0-9]+(\.[0-9]+)*(-[a-z]+)?/
- bootstrap
- service
- integration_install_update_flow:
Expand Down

0 comments on commit 2241038

Please # to comment.