Skip to content

Commit 37c4974

Browse files
Run CICD on feature/* breanches as well
Signed-off-by: Keval Morabia <[email protected]>
1 parent 8745a3c commit 37c4974

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Code Quality
22

33
on:
44
pull_request:
5-
branches: [main, release/*]
5+
branches: [main, release/*, feature/*]
66
schedule:
77
- cron: "0 0 * * *" # Nightly
88
workflow_dispatch: # On-demand

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docs
22

33
on:
44
pull_request:
5-
branches: [main, release/*]
5+
branches: [main, release/*, feature/*]
66
push:
77
branches: [main]
88
schedule:

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Unit tests
33

44
on:
55
pull_request:
6-
branches: [main, release/*]
6+
branches: [main, release/*, feature/*]
77
push:
8-
branches: [main, release/*]
8+
branches: [main, release/*, feature/*]
99
paths:
1010
- ".github/workflows/unit_tests.yml"
1111
- "modelopt/**"

0 commit comments

Comments
 (0)