Skip to content

Commit cfaab80

Browse files
committed
Return triggers to CI configuration
1 parent 9e1e888 commit cfaab80

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

azure-pipelines.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,24 @@
1414
# limitations under the License.
1515
#===============================================================================
1616

17+
trigger:
18+
branches:
19+
include:
20+
- main
21+
paths:
22+
exclude:
23+
- docs/
24+
- .github/pull_request_template.md
25+
26+
pr:
27+
branches:
28+
include:
29+
- main
30+
paths:
31+
exclude:
32+
- docs/
33+
- .github/pull_request_template.md
34+
1735
jobs:
1836
- job: Lint
1937
pool:

0 commit comments

Comments
 (0)