From e610e4165b02022e9e98f2cb422b6d65b8b37694 Mon Sep 17 00:00:00 2001 From: Maciej Bak Date: Thu, 3 Aug 2023 21:49:53 +0200 Subject: [PATCH] fix trigger --- .github/workflows/pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 00049ea..c866d57 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -4,8 +4,7 @@ on: # By default, a workflow only runs when a pull_request's activity type # is opened, synchronize, or reopened. We explicity override here so that # PR titles are re-linted when the PR text content is edited. - # _target applies to PR from forks. - pull_request_target: + pull_request: types: [opened, edited, reopened, synchronize] jobs: