Skip to content

Commit

Permalink
disable eslint scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandyn committed Feb 20, 2024
1 parent d4aea5f commit 507358d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ name: ESLint

on:
push:
branches: [ "main" ]
branches: ["eslint"]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: ["eslint"]
schedule:
- cron: '43 1 * * 0'
- cron: "43 1 * * 0"

jobs:
eslint:
Expand Down

0 comments on commit 507358d

Please sign in to comment.