Skip to content

Commit a20854a

Browse files
committed
chore: update pipeline triggers for conventional commit branches
Add support for refactor/*, fix/*, feat/*, chore/*, docs/*, and test/* branch patterns to align with conventional commits naming convention.
1 parent 142b8ba commit a20854a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
trigger:
77
- master
88
- feature/*
9+
- refactor/*
10+
- fix/*
11+
- feat/*
12+
- chore/*
13+
- docs/*
14+
- test/*
915

1016
pr:
1117
- master

0 commit comments

Comments
 (0)