Skip to content

Commit 5e6f0e8

Browse files
committed
ci: run package checks on pull requests
1 parent e24250d commit 5e6f0e8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/package-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ permissions:
55
checks: write
66
contents: read
77

8-
on: [push]
8+
on:
9+
push:
10+
pull_request:
911

1012
jobs:
1113
build-and-test:

0 commit comments

Comments
 (0)