We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6bfa7 commit e6df6ceCopy full SHA for e6df6ce
1 file changed
.github/workflows/machete.yml
@@ -1,2 +1,11 @@
1
-- name: cargo-machete
2
- uses: bnjbvr/cargo-machete@v0.9.2
+on:
+ push:
3
+ branches: ["main"]
4
+ pull_request:
5
+ branches: ["*"]
6
+jobs:
7
+ build:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: cargo-machete
11
+ uses: bnjbvr/cargo-machete@v0.9.2
0 commit comments