From 031070713b45fc36f964253edbd778dca99d3c5e Mon Sep 17 00:00:00 2001 From: Achilleas Mitrotasios <58337217+mitrotasios@users.noreply.github.com> Date: Fri, 30 Sep 2022 23:00:26 +0100 Subject: [PATCH] ci: minor update (#64) --- .github/workflows/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1d9b9d8d7..4768b4175 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,12 +1,12 @@ name: "Lint PR" on: - pull_request_target: + pull_request: types: - opened - edited - synchronize - pull_request: + pull_request_target: types: - opened - edited