From b839ec6a12270ccdc7a6da26becf177e3cd952ee Mon Sep 17 00:00:00 2001 From: kasium <15907922+kasium@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:41:10 +0200 Subject: [PATCH] Enable pull_request_target again --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 866d8e2..b088248 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,8 +3,8 @@ name: CI on: push: branches: [main] - # pull_request_target: - # branches: [main] + pull_request_target: + branches: [main] jobs: ci-approval: