From c33e2fd3c7251aca3031a68a1212280405375746 Mon Sep 17 00:00:00 2001 From: Cam <21029087+cxmeel@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:43:06 +0000 Subject: [PATCH] Run pull-request workflow on all PR events --- .github/workflows/pull-request.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8bc17a3..f7e56f1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,11 +4,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }} cancel-in-progress: true -on: - pull_request: - types: - - opened - - synchronize +on: pull_request jobs: perform-checks: