From 3d531446b93a63226a1a016db5b3e71f91a3d4f7 Mon Sep 17 00:00:00 2001 From: dcodesdev <101001810+dcodesdev@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:43:27 +0300 Subject: [PATCH] ci --- .github/workflows/crates.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/crates.yaml b/.github/workflows/crates.yaml index f884bba..3ffbc98 100644 --- a/.github/workflows/crates.yaml +++ b/.github/workflows/crates.yaml @@ -2,9 +2,7 @@ name: Test crates on: push: - branches: [main] pull_request: - branches: [main] env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} @@ -40,5 +38,4 @@ jobs: override: true - name: Cargo publish - if: github.event_name == 'push' && github.ref == 'refs/heads/main' run: cargo publish -p rustfinity || true