Skip to content

Commit

Permalink
client-test workflow: triggers own file
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Sep 6, 2024
1 parent 3839c9d commit 121c593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
paths:
- 'client/**'
- 'shared/**'
- '.github/workflows/api-tests.yml'
- '.github/workflows/client-tests.yml'
- '/*' # include changes in root
- '!api/**' # exclude client folder
- '!api/**' # exclude api folder
- '!infrastructure/**' # exclude infra folder
- 'package.json'

Expand Down

0 comments on commit 121c593

Please sign in to comment.