From 507358d2a05ee80efcf21c9abc3f168c92a9dee2 Mon Sep 17 00:00:00 2001 From: Brandyn Date: Tue, 20 Feb 2024 01:25:24 -0600 Subject: [PATCH] disable eslint scanning --- .github/workflows/eslint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 7cffd80..fb38110 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -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: