From f60aea49e6178c93106ee3938bb958367219f59f Mon Sep 17 00:00:00 2001 From: mkp Date: Wed, 16 Oct 2024 10:24:49 +0200 Subject: [PATCH] Run actions on push and on pull_request Instead of pull_request_target --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f82e5d..080b08f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: test on: - pull_request_target: + pull_request: push: branches: - main