From 9a6ac74d5c0c7ec145fc82596ffb386f6505bb27 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Mon, 12 May 2025 18:25:11 -0400 Subject: [PATCH] asD --- .gitea/workflows/gitea-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 40bba84..a299144 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -19,7 +19,7 @@ jobs: publish: runs-on: ubuntu-latest - if: gitea.ref == 'refs/heads/main' + if: gitea.ref == 'refs/heads/develop' steps: - uses: https://github.com/actions/checkout@v4 # - name: Set up Docker Buildx