Skip to content

Commit

Permalink
Update test_client_advisor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roopan-Microsoft authored Nov 14, 2024
1 parent a298f43 commit fd9b8a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_client_advisor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Unit Tests - Client Advisor

on:
push:
branches: main
branches: [main, dev]
# Trigger on changes in these specific paths
paths:
- 'ClientAdvisor/**'
pull_request:
branches: main
branches: [main, dev]
types:
- opened
- ready_for_review
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '20'

0 comments on commit fd9b8a2

Please sign in to comment.