From 5dd39057c9d475f805ecdd3d4500cb022dfc81ec Mon Sep 17 00:00:00 2001 From: Christian Feldmann Date: Tue, 4 Aug 2026 13:03:57 +0200 Subject: [PATCH] Run action on PR create. This is preventing running external PRs onto the repo. --- .github/workflows/Build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 7b1a4fed1..4298a2f66 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -2,9 +2,10 @@ name: CI build on: push: + pull_request: + types: [opened, reopened] release: - types: - - created + types: [created] jobs: build-unix-native: