diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index a7d4bad..e87829b 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: name: Publish to Registry runs-on: ubuntu needs: build-and-validate - if: github.event_name == 'push' || gitea.event_name == 'push' + if: github.event_name == 'push' steps: - name: Checkout uses: actions/checkout@v4