fixing branch name
Some checks failed
ci / Publish Charts (push) Failing after 17s

This commit is contained in:
Andy Pack 2024-07-21 11:16:00 +01:00
parent 61afb3d0a5
commit 577eb746b2
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Publish Charts name: Publish Charts
if: gitea.event_name == 'push' && (gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags/')) if: gitea.event_name == 'push' && (gitea.ref == 'refs/heads/main' || startsWith(gitea.ref, 'refs/tags/'))
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4