From 17806306dfe475c2521e8b3af9d762785e78f02a Mon Sep 17 00:00:00 2001 From: Timon de Groot Date: Tue, 2 Jul 2024 16:43:05 +0200 Subject: [PATCH] ci: Run test workflow on base repository By running the test workflow on the base repository, a contributor can make use of our integration tests etc. --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2e442eb..30285f0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,6 @@ name: Run tests for PR on: - pull_request: + pull_request_target: jobs: integration_test: