Skip to content

Commit

Permalink
🔧 (rust-clippy.yml): remove unnecessary branch restriction for push e…
Browse files Browse the repository at this point in the history
…vent to run rust-clippy analyze on all branches
  • Loading branch information
M1n-74316D65 committed May 4, 2024
1 parent caee583 commit 19ccac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ name: rust-clippy analyze

on:
push:
branches: ["main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
Expand Down

0 comments on commit 19ccac2

Please sign in to comment.