From f3cdd592c890bbd46bb484afd36dc89e7b716219 Mon Sep 17 00:00:00 2001 From: Wiktor Chomik Date: Thu, 12 Jun 2025 14:13:33 +0200 Subject: [PATCH] chore: removed pull_request trigger from PR workflow --- .github/workflows/git-pr-status-checks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/git-pr-status-checks.yml b/.github/workflows/git-pr-status-checks.yml index 5c94ce4..0be8ee4 100644 --- a/.github/workflows/git-pr-status-checks.yml +++ b/.github/workflows/git-pr-status-checks.yml @@ -1,9 +1,6 @@ name: PR Status Checks on: - pull_request: - branches: - - main pull_request_target: branches: - main