From cdee3880a1bf219876fef36d66a4aa334d37a43b Mon Sep 17 00:00:00 2001 From: Joe Hoyle Date: Tue, 5 Mar 2024 12:13:33 +0200 Subject: [PATCH] Add pull_request event It's not totally clear how GH selects the right event, but I think we need pull_request to be part of the `on` for the event_name to trigger. --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1ff52c..3add075 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,9 @@ on: - "**" branches: - '**' + pull_request: + branches: + - '**' jobs: build: