mirror of
https://github.com/unraid/api.git
synced 2026-01-03 23:19:54 -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:
|
release-pull-request:
|
||||||
if: |
|
if: |
|
||||||
github.event_name == 'pull_request' &&
|
github.event_name == 'pull_request'
|
||||||
github.event.pull_request.base.ref == 'main'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build-plugin]
|
needs: [build-plugin]
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user