diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 6fab85c..6f73cfc 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -3,10 +3,12 @@ name: Super Linter Workflow on: # Trigger whenever files are pushed to any branch of the repo push: - branches: [$default-branch] + branches: + - master # Trigger whenever a pull_request is raised pull_request: - branches: [$default-branch] + branches: + - master # Allows for manual triggering via Actions tab workflow_dispatch: