Skip to content

Commit 2241038

Browse files
authored
Merge pull request #193 from weaveworks/170-tagged-pushes
Run agent build job for tag pushes
2 parents d7c3e90 + d90b447 commit 2241038

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,10 @@ workflows:
238238
build_deploy:
239239
jobs:
240240
- global_tests
241-
- agent
241+
- agent:
242+
filters:
243+
tags:
244+
only: /[0-9]+(\.[0-9]+)*(-[a-z]+)?/
242245
- bootstrap
243246
- service
244247
- integration_install_update_flow:

0 commit comments

Comments
 (0)