diff --git a/.github/workflows/glualint.yml b/.github/workflows/glualint.yml index fa16ea2..8b5da9d 100644 --- a/.github/workflows/glualint.yml +++ b/.github/workflows/glualint.yml @@ -1,10 +1,14 @@ name: GLuaLint on: - pull_request: push: - branches: - - main + branches: [ master ] + + pull_request: + branches: [ master ] + + # Allows running this workflow from the Actions tab + workflow_dispatch: jobs: Lint: