Skip to content

Commit b0746ed

Browse files
authored
Update pr-checks.yml
Signed-off-by: Michael Beemer <[email protected]>
1 parent 7111e30 commit b0746ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pr-checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: ci
22

33
on:
4-
push:
4+
pull_request:
5+
types:
6+
- opened
7+
- synchronize
8+
- reopened
59
branches:
610
- main
7-
paths-ignore:
8-
- '**.md'
9-
pull_request:
10-
paths-ignore:
11-
- '**.md'
11+
merge_group:
1212

1313
permissions:
1414
contents: read

0 commit comments

Comments
 (0)