Commit 2311b2e
authored
Merge pull request #15 from devrellabs/Features/RemoveCITrigger
Disable CI trigger for Azure Pipelines
This pull request updates the Azure Pipelines configuration for server tests to change when the pipeline runs. The key change is to disable CI triggers so that the pipeline only runs on pull requests.
Pipeline trigger configuration:
* Disabled the continuous integration (`trigger: none`) so the pipeline will not run on every push, but only when a pull request is opened or updated. (`.AzurePipelines/azure-pipelines-server-test.yml`)1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
0 commit comments