Skip to content

Commit f87eaba

Browse files
committed
Work CI-CD
- Reverting to pipeline pattern without integration tests. ***NO_CI***
1 parent bd2e8c7 commit f87eaba

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

azure-pipelines.yml

+19-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Copyright (c) .NET Foundation and Contributors
22
# See LICENSE file in the project root for full license information.
33

4-
# The Pipeline is going to be called by the GitHub action.
5-
# Manual trigger is always possible.
6-
trigger: none
7-
pr: none
4+
trigger:
5+
branches:
6+
include:
7+
- main
8+
- develop
9+
- release-*
10+
paths:
11+
exclude:
12+
- .gitignore
13+
- .editorconfig
14+
- spelling_exclusion.dic
15+
- LICENSE.md
16+
- README.md
17+
- assets/*
18+
- .github/*
19+
20+
# PR always trigger build
21+
pr:
22+
autoCancel: true
823

924
# add nf-tools repo to resources (for Azure Pipelines templates)
1025
resources:

0 commit comments

Comments
 (0)