Skip to content

Commit 9e1e888

Browse files
committed
Move entry point back to repo root
1 parent 261cba7 commit 9e1e888

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.ci/pipeline/ci.yml renamed to azure-pipelines.yml

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

17-
trigger:
18-
branches:
19-
include:
20-
- main
21-
22-
pr:
23-
branches:
24-
include:
25-
- main
26-
2717
jobs:
2818
- job: Lint
2919
pool:
@@ -37,16 +27,16 @@ jobs:
3727
- job: Linux
3828
dependsOn: Lint
3929
strategy:
40-
- template: test-matrix.yml
30+
- template: .ci/pipeline/test-matrix.yml
4131
pool:
4232
vmImage: "ubuntu-latest"
4333
steps:
44-
- template: test-configuration-linux.yml
34+
- template: .ci/pipeline/test-configuration-linux.yml
4535
- job: Windows
4636
dependsOn: Lint
4737
strategy:
4838
- template: test-matrix.yml
4939
pool:
5040
vmImage: "windows-latest"
5141
steps:
52-
- template: test-configuration-win.yml
42+
- template: .ci/pipeline/test-configuration-win.yml

0 commit comments

Comments
 (0)