Skip to content

Commit da9cbd9

Browse files
committed
Add hook pull_request event
1 parent 33d2191 commit da9cbd9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on: [push]
1+
on: [push, pull_request]
22

33
jobs:
44
build_and_test:

.github/workflows/clippy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
on: push
1+
on: [push, pull_request]
2+
23
name: Clippy check
34
jobs:
45
clippy_check:

0 commit comments

Comments
 (0)