We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24250d commit 5e6f0e8Copy full SHA for 5e6f0e8
1 file changed
.github/workflows/package-ci.yml
@@ -5,7 +5,9 @@ permissions:
5
checks: write
6
contents: read
7
8
-on: [push]
+on:
9
+ push:
10
+ pull_request:
11
12
jobs:
13
build-and-test:
0 commit comments