Skip to content

Commit 24eea43

Browse files
author
Brett Chaldecott
committed
ci: add main_V2_Management_fastapi branch to test pipeline
- Include main_V2_Management_fastapi branch in CI workflow triggers - Ensure new feature branch changes are properly tested in CI pipeline
1 parent 8451613 commit 24eea43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ "main", "staging" ]
66

77
push:
8-
branches: [ "main", "staging", "main_V2", "main_V2_auth_fixes_and_enhancements", "main_V2_Management" ]
8+
branches: [ "main", "staging", "main_V2", "main_V2_auth_fixes_and_enhancements", "main_V2_Management", "main_V2_Management_fastapi" ]
99

1010
concurrency:
1111
group: ${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)