Skip to content

Commit

Permalink
fix path (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simirall authored Jun 29, 2024
1 parent 56025f3 commit b09e44e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/front-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: ESLint CI
on:
push:
paths:
- 'frontend/**'
- '.github/workflows/front-lint.yml'
- "frontend/src/**"
- ".github/workflows/front-lint.yml"

jobs:
lint:
Expand Down

0 comments on commit b09e44e

Please sign in to comment.