diff --git a/.gitea/workflows/publish-docker-springboot.yaml b/.gitea/workflows/publish-docker-springboot.yaml index 02dce04..4e0eb62 100644 --- a/.gitea/workflows/publish-docker-springboot.yaml +++ b/.gitea/workflows/publish-docker-springboot.yaml @@ -15,8 +15,6 @@ jobs: publish_docker: name: Create and publish docker image runs-on: docker-ubuntu - if: gitea.ref == 'refs/heads/main' - needs: build steps: - name: Checkout source code uses: actions/checkout@v4