fixing ref
Some checks failed
ci / Build & Unit Test (8.0.x) (push) Successful in 2m50s
ci / Publish Charts (push) Successful in 44s
ci / Build Containers (push) Has been cancelled

This commit is contained in:
Andy Pack 2024-10-01 19:41:54 +01:00
parent 40ae52a554
commit 8fb71e361a
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
name: Publish Charts
needs: [build] # for ignoring bad builds
if: gitea.event_name == 'push' && (gitea.ref == 'refs/heads/main' || startsWith(gitea.ref, 'refs/tags/'))
if: gitea.event_name == 'push' && (gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags/'))
steps:
- uses: actions/checkout@v4