From ad046afdd66ae1fccc9a0177af83f69291f2df1f Mon Sep 17 00:00:00 2001 From: Montague Moran Date: Sat, 12 Aug 2023 19:28:43 +0100 Subject: [PATCH] Update super-linter.yml --- .github/workflows/super-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 2b0e3c97..ca69cec8 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -8,9 +8,9 @@ name: Lint Code Base on: push: - branches: [ "reborn-release-noavalon" ] + branches: [ "main" ] pull_request: - branches: [ "reborn-release-noavalon" ] + branches: [ "main" ] jobs: run-lint: runs-on: ubuntu-latest