Skip to content

Commit be500a2

Browse files
committed
ci: add hotfix/** branch to CI triggers
1 parent 2d52d78 commit be500a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name: Tests
99
# Branch Strategy (Git Flow):
1010
# - feature/** branches: Development work
1111
# - release/** branches: Pre-release testing (test here BEFORE merging to main)
12+
# - hotfix/** branches: Critical bug fixes
1213
# - develop branch: Integration branch
1314
# - main branch: Production-ready code only (protected)
1415
# - Pull requests: Must pass all tests before merge
@@ -20,6 +21,7 @@ on:
2021
- develop
2122
- 'feature/**'
2223
- 'release/**'
24+
- 'hotfix/**'
2325
pull_request:
2426
branches:
2527
- main

0 commit comments

Comments
 (0)