From 8fb71e361ab06bca06ced66d2a335a4578bb2db9 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Tue, 1 Oct 2024 19:41:54 +0100 Subject: [PATCH] fixing ref --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e30f3cf..01af67f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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