diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 60f506f..1ea3dfe 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -5,7 +5,6 @@ on: [ push ] jobs: push: runs-on: ubuntu-latest - needs: build if: gitea.ref == 'refs/heads/master' steps: - uses: https://github.com/actions/checkout@v4