Skip to content

Commit c841439

Browse files
authored
Fix circleci branch filter. (dialogflow#5)
1 parent 194a32f commit c841439

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.circleci/config.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ version: 2
22
jobs:
33
sample_integration_test:
44
working_directory: ~/dialogflow-java
5-
filters:
6-
branches:
7-
only:
8-
- master
9-
- circleci-config
10-
- dialogflow-ci-integration
11-
tags:
12-
only: /^v[\d.]+$/
135
docker:
146
- image: circleci/openjdk:8-jdk-browsers
157
steps:
@@ -26,8 +18,14 @@ jobs:
2618
# Store test report
2719
workflows:
2820
version: 2
29-
sample_integration_test:
21+
sample_build_integration_test:
3022
jobs:
31-
- sample_integration_test
32-
33-
23+
- sample_integration_test:
24+
filters:
25+
branches:
26+
only:
27+
- master
28+
- circleci-config
29+
- dialogflow-ci-integration
30+
tags:
31+
only: /^v[\d.]+$/

0 commit comments

Comments
 (0)