Commit a3f4c56
authored
CHORE: Renamed test pipeline and enabled main branch triggers (#66)
ADO Task ID:
[AB#37623](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/37623)
This pull request updates pipeline configurations to streamline triggers
and improve naming conventions. The changes focus on ensuring pipelines
are triggered only on relevant events and enhancing clarity in pipeline
naming.
Updates to pipeline triggers:
*
[`eng/pipelines/build-whl-pipeline.yml`](diffhunk://#diff-a871d64acfb78366b4b077045db53551c2df7d622854569f5f6780ad2ec6f911L4-L9):
Modified the trigger to activate only on merges to the `main` branch,
removing the `dev` branch from the trigger list.
Enhancements to pipeline naming:
* Renamed `eng/pipelines/test-pipeline.yml` to
`eng/pipelines/pr-validation-pipeline.yml` and updated its name within
the file for consistency.1 parent 19f35fa commit a3f4c56
File tree
2 files changed
+8
-3
lines changed- eng/pipelines
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | 9 | | |
4 | 10 | | |
| |||
0 commit comments