Skip to content

Commit 1784e93

Browse files
committed
fix github actions event
1 parent 7ea3f4d commit 1784e93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/clippy.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [push, pull_request]
1+
on:
2+
- push:
3+
branches:
4+
- master
5+
pull_request
26

37
name: Clippy check
48
jobs:

0 commit comments

Comments
 (0)