From c4c59ae8744f0d912457a70c808e1153fd649ac4 Mon Sep 17 00:00:00 2001 From: AlexanderWollbrink <68860592+AlexanderWollbrink@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:45:49 +0200 Subject: [PATCH] Update build-and-test-workflow.yml --- .github/workflows/build-and-test-workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-test-workflow.yml b/.github/workflows/build-and-test-workflow.yml index 73d80e54..ffb762d7 100644 --- a/.github/workflows/build-and-test-workflow.yml +++ b/.github/workflows/build-and-test-workflow.yml @@ -3,6 +3,9 @@ name: Build-and-test-workflow # This example workflow assumes that the default branch for your repository is `main`. If the default branch has a different name, edit this example and add your repository's default branch. on: push: + pull_request: + types: + - opened # jobs: