Skip to content

Commit

Permalink
Rename cargo machete run (#423)
Browse files Browse the repository at this point in the history
* Rename `cargo machete` run

* Run on merge group trigger
  • Loading branch information
aumetra authored Nov 21, 2023
1 parent b633701 commit 3c78e75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cargo-machete.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Rust unused dependencies

on:
merge_group:
pull_request:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"

jobs:
build:
check-unused-dependencies:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 3c78e75

Please sign in to comment.