diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 93c63d9de..a4132e802 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,9 @@ name: Linter - -on: [push, pull_request_target] +on: + pull_request: ~ + push: + branches: + - '*' jobs: luacheck: