Skip to content

Commit

Permalink
fix: add pr action types
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyoboieltr committed Jun 28, 2024
1 parent b678880 commit 9b8917e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Run unit tests

on:
pull_request
pull_request:
types: [opened,reopened,synchronize]

jobs:
test-unit-jest:
Expand Down

0 comments on commit 9b8917e

Please sign in to comment.