From 7cf6061ff33c2cb85c758d4dd05c4da072bea2e1 Mon Sep 17 00:00:00 2001 From: pysan3 Date: Mon, 4 Dec 2023 15:25:24 +0900 Subject: [PATCH] fix(action): run lint action against pr head --- .github/workflows/lint.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: