diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d6a8914..218c086 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,6 @@ jobs: publishLib: runs-on: ubuntu-latest name: Package Library - needs: [ build ] # for ignoring bad builds if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - name: Checkout