Skip to content

Commit

Permalink
Remove redundant path specifications from lint workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Nov 19, 2024
1 parent 6e7a4ff commit 4005fcb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@ name: Lint

on:
push:
paths:
- 'frontend/**/*'
- 'backend/**/*'
- '.github/workflows/lint.yml'
branches:
- main
pull_request:
paths:
- 'frontend/**/*'
- 'backend/**/*'
- '.github/workflows/lint.yml'
branches:
- main

Expand Down

0 comments on commit 4005fcb

Please sign in to comment.