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