From 657b316c3f1ff8018ae33eefe2f7702b2f7389ee Mon Sep 17 00:00:00 2001 From: pgoslatara Date: Wed, 10 Jul 2024 21:25:07 +0200 Subject: [PATCH] Moving trigger to account for PRs from forks --- .github/workflows/ci_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index eb2e2009..f8c6d9d7 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -2,7 +2,7 @@ name: CI pipeline on: - pull_request: + pull_request_target: branches: - main