Skip to content

Commit 5fc3253

Browse files
authored
Merge pull request #36 from AET-DevOps25/feature/tum-kubernetes-deployment
feat: make feature branches use manual CI/CD triggers only
2 parents 6775a18 + fd20b4d commit 5fc3253

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ name: 🚀 FlexFit CI/CD Pipeline
44
# ┌─────────────────┬──────────────┬────────────────┬──────────────┐
55
# │ Branch Type │ Unit Tests │ Integration │ Build & Push │
66
# ├─────────────────┼──────────────┼────────────────┼──────────────┤
7-
# │ Feature/* │ ✅ Always✅ Always❌ Skip
7+
# │ Feature/* │ 🔧 Manual🔧 Manual🔧 Manual
88
# │ Pull Requests │ ✅ Always │ ✅ Always │ ❌ Skip │
99
# │ Main/Dev/Prod │ ✅ Always │ ✅ Always │ ✅ Always │
1010
# └─────────────────┴──────────────┴────────────────┴──────────────┘
1111

1212
on:
1313
push:
14-
branches: [ main, development, production, 'feature/*' ]
14+
branches: [ main, development, production ]
1515
pull_request:
1616
branches: [ main, development, production ]
1717
workflow_dispatch:

0 commit comments

Comments
 (0)