[skip ci] Reverted Robbie's change to GA, this shouldn't cause an issue with PR branches building docker.

This commit is contained in:
Joseph Milazzo 2024-03-17 17:42:48 -05:00
parent 1e70089253
commit a1aefd4d9f

View File

@ -21,7 +21,7 @@ jobs:
build:
name: Upload Kavita.Common for Version Bump
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/develop'
if: github.head.ref == '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.ref == 'refs/heads/develop'
if: github.head.ref == '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.ref == 'refs/heads/develop'
if: github.head.ref == 'develop'
permissions:
packages: write
contents: read