mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Update release-workflow.yml (#2271)
This commit is contained in:
parent
55666b3db9
commit
4736f0b99e
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
@ -3,7 +3,6 @@ name: Build and Test PR
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ '**' ]
|
branches: [ '**' ]
|
||||||
types: [synchronize]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
1
.github/workflows/release-workflow.yml
vendored
1
.github/workflows/release-workflow.yml
vendored
@ -79,7 +79,6 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
contents: read
|
contents: read
|
||||||
if: github.event_name == 'pull_request' && startsWith(github.head_ref, 'releases/') && github.event.pull_request.base.ref == 'develop'
|
|
||||||
steps:
|
steps:
|
||||||
- name: Find Current Pull Request
|
- name: Find Current Pull Request
|
||||||
uses: jwalton/gh-find-current-pr@v1
|
uses: jwalton/gh-find-current-pr@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user