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 f1402cb commit 42f10d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
# 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
ref: ${{ github.ref_name}}
# initial-fetch-depth: 0
filters: |
client:
- 'client/**'
Expand Down

0 comments on commit 42f10d3

Please sign in to comment.