diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index ebc8c60..d999c06 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -9,7 +9,7 @@ on: [ push ] jobs: release-image: runs-on: cth-ubuntu-latest - if: gitea.ref == 'refs/heads/main' + #if: gitea.ref == 'refs/heads/main' steps: - name: Set up Docker BuildX uses: https://github.com/docker/setup-buildx-action@v3