We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d52d78 commit be500a2Copy full SHA for be500a2
.github/workflows/test.yml
@@ -9,6 +9,7 @@ name: Tests
9
# Branch Strategy (Git Flow):
10
# - feature/** branches: Development work
11
# - release/** branches: Pre-release testing (test here BEFORE merging to main)
12
+# - hotfix/** branches: Critical bug fixes
13
# - develop branch: Integration branch
14
# - main branch: Production-ready code only (protected)
15
# - Pull requests: Must pass all tests before merge
@@ -20,6 +21,7 @@ on:
20
21
- develop
22
- 'feature/**'
23
- 'release/**'
24
+ - 'hotfix/**'
25
pull_request:
26
branches:
27
- main
0 commit comments