Skip to content

Commit 9b8917e

Browse files
committed
fix: add pr action types
1 parent b678880 commit 9b8917e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-unit-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Run unit tests
22

33
on:
4-
pull_request
4+
pull_request:
5+
types: [opened,reopened,synchronize]
56

67
jobs:
78
test-unit-jest:

0 commit comments

Comments
 (0)