Skip to content

Commit cc8126a

Browse files
authored
Disable CI trigger for Azure Pipelines
Configured pipeline to disable CI trigger and run only on pull requests.
1 parent 8c06030 commit cc8126a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.AzurePipelines/azure-pipelines-server-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Azure Pipelines YAML for Server Tests
22

3+
# Disable CI trigger - only run on pull requests
4+
trigger: none
5+
36
# Pull request trigger
47
pr:
58
- main

0 commit comments

Comments
 (0)