feat: enable PR releases on non-mainline merges

This commit is contained in:
Eli Bosley
2025-01-20 12:11:53 -05:00
parent 2b25537e26
commit 3419837eb5

View File

@@ -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: