mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat: enable PR releases on non-mainline merges
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user