Skip to content

Commit

Permalink
fix(CI): paths
Browse files Browse the repository at this point in the history
  • Loading branch information
thelissimus committed Jan 5, 2024
1 parent 6b2d364 commit 80d7c0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
paths:
- "resources/config/backend.edn"
- "resources/schema/**"
- "src/backend/**"
- "src/common/**"
- "test/backend/**"
- "src/challenge/backend/**"
- "src/challenge/common/**"
- "test/challenge/backend/**"
- "Dockerfile.backend"
- "project.clj"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
paths:
- "resources/config/frontend.edn"
- "resources/public/**"
- "src/frontend/**"
- "src/common/**"
- "test/frontend/**"
- "src/challenge/frontend/**"
- "src/challenge/common/**"
- "test/challenge/frontend/**"
- "Dockerfile.frontend"
- "project.clj"
- "shadow-cljs.clj"
Expand Down

0 comments on commit 80d7c0b

Please sign in to comment.