Skip to content

Commit 53aa269

Browse files
committed
change workflow to work on PR as well
1 parent 5c63d65 commit 53aa269

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/merges.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Merge Checks
33
on:
44
push:
55
branches: "*"
6+
pull_request:
7+
branches: ["**"]
68

79
jobs:
810
rust-checks:

0 commit comments

Comments
 (0)