Skip to content

Commit

Permalink
fix: lint tests fix
Browse files Browse the repository at this point in the history
* fix: lint tests fix

* test: 4tests

* fix: config fix

* fix: fix tests
  • Loading branch information
qamarq authored Jan 16, 2025
1 parent 28eec86 commit 86eb491
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
push:
branches: ["main"]
paths:
- ".github/workflows/backend_ci.yaml"
- "*"
- "backend/**"
pull_request:
branches: ["main"]
paths:
- ".github/workflows/backend_ci.yaml"
- "*"
- "backend/**"

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

jobs:
Expand Down

0 comments on commit 86eb491

Please sign in to comment.