From f9205ab2037d12932f847f5253c258556eb074f6 Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Sat, 7 May 2022 02:37:07 +0000 Subject: [PATCH] Change to pull_request_target --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a479164..7c3ab59 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,5 +1,5 @@ name: Lint -on: [push, pull_request_target] +on: [push, pull_request, pull_request_target] jobs: lint: name: Lint Resource