Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed Jun 2, 2024
1 parent 0e37e22 commit 3d53144
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/crates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Test crates

on:
push:
branches: [main]
pull_request:
branches: [main]

env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down Expand Up @@ -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

0 comments on commit 3d53144

Please sign in to comment.