Commit ac62c9a
committed
chore: optimize CI triggers to reduce pipeline costs
Remove feature/* from pipeline triggers to avoid running CI on every
push to development branches. CI now only runs on:
- Pushes to master (production)
- Pull requests to master (validation before merge)
Development branches using conventional commit naming (refactor/*,
fix/*, feat/*, etc.) will only trigger CI when a PR is opened,
not on every commit. This maintains code quality validation while
reducing Azure DevOps pipeline execution costs.1 parent 142b8ba commit ac62c9a
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | | - | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments