Update develop-workflow.yml

This commit is contained in:
Robbie Davis 2024-03-17 20:48:01 -04:00 committed by GitHub
parent 119e4efeb6
commit 123917fbec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ on:
branches: ['develop', '!release/**']
pull_request:
branches: [ 'develop', '!release/**' ]
types: [ closed, synchronize ]
types: [ closed ]
workflow_dispatch:
jobs:
@ -21,7 +21,7 @@ jobs:
build:
name: Upload Kavita.Common for Version Bump
runs-on: ubuntu-latest
if: github.head.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/develop'
steps:
- name: Checkout Repo
uses: actions/checkout@v3
@ -37,7 +37,7 @@ jobs:
name: Bump version
needs: [ build ]
runs-on: ubuntu-latest
if: github.head.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/develop'
steps:
- uses: actions/checkout@v3
with:
@ -59,7 +59,7 @@ jobs:
name: Build Nightly Docker
needs: [ build, version ]
runs-on: ubuntu-latest
if: github.head.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/develop'
permissions:
packages: write
contents: read