Skip to content

Commit

Permalink
.github/workflows: run workflow on package change
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Mar 4, 2024
1 parent 455f020 commit f9db6a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/client-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
- main
paths:
- "client/**"
- "packages/**"
- ".github/workflows/client-dev.yml"
pull_request:
branches:
- main
paths:
- "client/**"
- "packages/**"
- ".github/workflows/client-dev.yml"

jobs:
Expand Down

0 comments on commit f9db6a2

Please sign in to comment.