Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
alepefe committed Nov 12, 2024
1 parent 5f297bb commit 9ca6043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Detect changes in client and API paths
uses: dorny/paths-filter@v3
id: changes
with:
base: 'test-0'
initial-fetch-depth: 0
filters: |
client:
- 'client/**'
Expand Down

0 comments on commit 9ca6043

Please sign in to comment.