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 fc93ebe commit 74a289d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,21 @@ jobs:
client_changed: ${{ steps.changes.outputs.client }}
steps:
- name: Checkout code
uses: actions/checkout@4
with:
fetch-depth: 0
uses: actions/checkout@

- 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/**'
- '.github/workflows/**'
api:
- 'api/**'
- '.github/workflows/**'
base: 'test-0'
- name: Print detected changes
run: |
Expand Down

0 comments on commit 74a289d

Please sign in to comment.