Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qamarq committed Jan 16, 2025
1 parent d5e7bde commit 71b3583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches: ["main"]
paths:
- ".github/workflows/backend_ci.yaml"
- "*"
- "backend/**"
pull_request:
branches: ["main"]
paths:
- ".github/workflows/backend_ci.yaml"
- "*"
- "backend/**"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches: ["main"]
paths:
- ".github/workflows/frontend_ci.yaml"
- "*"
- "frontend/**"
pull_request:
branches: ["main"]
paths:
- ".github/workflows/frontend_ci.yaml"
- "*"
- "frontend/**"

Expand Down

0 comments on commit 71b3583

Please sign in to comment.