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:
|
||||
pull_request:
|
||||
branches: [ '**' ]
|
||||
types: [synchronize]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
1
.github/workflows/release-workflow.yml
vendored
1
.github/workflows/release-workflow.yml
vendored
@ -79,7 +79,6 @@ jobs:
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
if: github.event_name == 'pull_request' && startsWith(github.head_ref, 'releases/') && github.event.pull_request.base.ref == 'develop'
|
||||
steps:
|
||||
- name: Find Current Pull Request
|
||||
uses: jwalton/gh-find-current-pr@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user