Skip to content

Commit 9405cf1

Browse files
authored
Merge pull request #550 from rust-embedded/clippy-workflow
run clippy directly on pull request
2 parents 6e4da72 + 4252477 commit 9405cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
branches-ignore:
44
- "gh-readonly-queue/**"
5-
pull_request_target:
5+
pull_request:
66
merge_group:
77
workflow_dispatch:
88

0 commit comments

Comments
 (0)