We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6377509 + 99845cc commit f8e1346Copy full SHA for f8e1346
.circleci/config.yml
@@ -2,10 +2,12 @@ version: 2
2
3
references:
4
5
- no_filters: &no_filters
+ build_job_filters: &build_job_filters
6
filters:
7
tags:
8
- only: /.*/
+ ignore:
9
+ - latest
10
+ - latest-tmp
11
12
jobs:
13
build:
@@ -96,7 +98,7 @@ workflows:
96
98
build-test-deploy:
97
99
100
- build:
- <<: *no_filters
101
+ <<: *build_job_filters
102
- deploy-master:
103
requires:
104
- build
0 commit comments