Skip to content

Commit f8e1346

Browse files
authored
Merge pull request #375 from jcfr/ci-fix-deploy-steps-part-4
circleci: Ensure workflow is not triggered when latest(-tmp) branch are pushed
2 parents 6377509 + 99845cc commit f8e1346

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ version: 2
22

33
references:
44

5-
no_filters: &no_filters
5+
build_job_filters: &build_job_filters
66
filters:
77
tags:
8-
only: /.*/
8+
ignore:
9+
- latest
10+
- latest-tmp
911

1012
jobs:
1113
build:
@@ -96,7 +98,7 @@ workflows:
9698
build-test-deploy:
9799
jobs:
98100
- build:
99-
<<: *no_filters
101+
<<: *build_job_filters
100102
- deploy-master:
101103
requires:
102104
- build

0 commit comments

Comments
 (0)