Skip to content

Commit 7c716c9

Browse files
authored
ci: customize triggers (#479)
* ci: customize triggers * Update azure-pipelines.yml * Update azure-pipelines.yml * add include
1 parent e29fb25 commit 7c716c9

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

azure-pipelines.yml

+17-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,24 @@
55
jobs:
66
- template: ./ci-jobs/functional_test.yml
77

8+
trigger:
9+
branches:
10+
include:
11+
- master
12+
- main
13+
paths:
14+
exclude:
15+
- "*.md"
16+
817
pr:
9-
- master
10-
- main
18+
autoCancel: true
19+
branches:
20+
include:
21+
- master
22+
- main
23+
paths:
24+
exclude:
25+
- "*.md"
1126

1227
# Runs tests nightly to make sure they works against appium@beta
1328
schedules:

0 commit comments

Comments
 (0)