From 3419837eb53949277d6004fb607adeb52be65945 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Mon, 20 Jan 2025 12:11:53 -0500 Subject: [PATCH] feat: enable PR releases on non-mainline merges --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index adf6bdda7..b3b6e6569 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -238,8 +238,7 @@ jobs: release-pull-request: if: | - github.event_name == 'pull_request' && - github.event.pull_request.base.ref == 'main' + github.event_name == 'pull_request' runs-on: ubuntu-latest needs: [build-plugin] steps: