We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b678880 commit 9b8917eCopy full SHA for 9b8917e
.github/workflows/run-unit-tests.yml
@@ -1,7 +1,8 @@
1
name: Run unit tests
2
3
on:
4
- pull_request
+ pull_request:
5
+ types: [opened,reopened,synchronize]
6
7
jobs:
8
test-unit-jest:
0 commit comments