We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea3f4d commit 1784e93Copy full SHA for 1784e93
.github/workflows/clippy.yml
@@ -1,4 +1,8 @@
1
-on: [push, pull_request]
+on:
2
+ - push:
3
+ branches:
4
+ - master
5
+ pull_request
6
7
name: Clippy check
8
jobs:
0 commit comments