Skip to content

Commit

Permalink
Update publish_crate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FMotalleb authored Jan 3, 2025
1 parent dd0e4ba commit a2f982e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish_crate.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Publish Crate

on:
push:
branches:
- main
paths:
- Cargo.tom
release:
workflow_dispatch:

Expand All @@ -27,4 +22,4 @@ jobs:
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit a2f982e

Please sign in to comment.