From 1381448bfe44a60837684503cdc14b124e80f8fa Mon Sep 17 00:00:00 2001 From: Joey Peter Date: Mon, 1 Jan 2024 16:28:07 +0100 Subject: [PATCH] Update eslint.yml --- .github/workflows/eslint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 8f8405e..d264503 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -12,8 +12,8 @@ name: ESLint on: pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] - + branches: + - main jobs: eslint: name: Run eslint scanning