Skip to content

Commit fd9b8a2

Browse files
Update test_client_advisor.yml
1 parent a298f43 commit fd9b8a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_client_advisor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Unit Tests - Client Advisor
22

33
on:
44
push:
5-
branches: main
5+
branches: [main, dev]
66
# Trigger on changes in these specific paths
77
paths:
88
- 'ClientAdvisor/**'
99
pull_request:
10-
branches: main
10+
branches: [main, dev]
1111
types:
1212
- opened
1313
- ready_for_review
@@ -48,4 +48,4 @@ jobs:
4848
- name: Set up Node.js
4949
uses: actions/setup-node@v3
5050
with:
51-
node-version: '20'
51+
node-version: '20'

0 commit comments

Comments
 (0)