We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f41516 + 0eb2b1a commit 79acd4cCopy full SHA for 79acd4c
1 file changed
.github/workflows/tests.yml
@@ -1,6 +1,9 @@
1
name: tests
2
3
-on: push
+on:
4
+ push:
5
+ pull_request:
6
+ types: [opened, synchronize, reopened]
7
8
jobs:
9
tests:
0 commit comments