diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cb3992c..013aa71 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -112,7 +112,7 @@ jobs: tag: name: Create Tag for Gitea needs: [docker-build-and-push] - if: github.ref == 'refs/heads/main' && github.event_name == 'push' + #if: github.ref == 'refs/heads/main' && github.event_name == 'push' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4