Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire authored Aug 15, 2024
1 parent 3aef10a commit fbf4f5a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ on:
pull_request:
branches:
- "main"
- "**/*/main"
- "main/*/**"
- "**/*/main/*/**"
- "*/main/*/**"
push:
branches:
- "main"
- "**/*/main"
- "main/*/**"
- "**/*/main/*/**"
- "*/main/*/**"

jobs:
linter:
Expand Down

0 comments on commit fbf4f5a

Please sign in to comment.