File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed
Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,25 @@ concurrency:
44 group : ${{ github.workflow }}-${{ github.ref }}
55 cancel-in-progress : true
66
7+ # on:
8+ # pull_request:
9+ # paths:
10+ # - 'packages/cloud_firestore/cloud_firestore/pipeline_example/**'
11+ # - 'packages/cloud_firestore/cloud_firestore/lib/**'
12+ # - '.github/workflows/e2e_tests_pipeline.yaml'
13+ # push:
14+ # branches:
15+ # - main
16+ # - firestore-pipelines-dart-api-v2
17+ # - master
18+ # paths:
19+ # - 'packages/cloud_firestore/cloud_firestore/pipeline_example/**'
20+ # - 'packages/cloud_firestore/cloud_firestore/lib/**'
21+ # - '.github/workflows/e2e_tests_pipeline.yaml'
22+
723on :
824 pull_request :
9- paths :
10- - ' packages/cloud_firestore/cloud_firestore/pipeline_example/**'
11- - ' packages/cloud_firestore/cloud_firestore/lib/**'
12- - ' .github/workflows/e2e_tests_pipeline.yaml'
1325 push :
14- branches :
15- - main
16- - firestore-pipelines-dart-api-v2
17- - master
18- paths :
19- - ' packages/cloud_firestore/cloud_firestore/pipeline_example/**'
20- - ' packages/cloud_firestore/cloud_firestore/lib/**'
21- - ' .github/workflows/e2e_tests_pipeline.yaml'
2226
2327jobs :
2428 pipeline-e2e-android :
You can’t perform that action at this time.
0 commit comments