Browse Source

Add tag filter to build per documentation[0].

[0]: https://circleci.com/docs/2.0/workflows/#git-tag-job-execution
pull/843/head
Ben Kochie 7 years ago
parent
commit
d6a172bb2a
  1. 10
      .circleci/config.yml

10
.circleci/config.yml

@ -126,8 +126,14 @@ workflows:
version: 2
node_exporter:
jobs:
- test
- build
- test:
filters:
tags:
only: /.*/
- build:
filters:
tags:
only: /.*/
- docker_hub_master:
requires:
- test

Loading…
Cancel
Save