Skip to content

Commit

Permalink
Merge pull request #7798 from shirady/ci-manul-test-jest
Browse files Browse the repository at this point in the history
CI | Jest add `workflow_dispatch` (Manual Run on master)
  • Loading branch information
shirady authored Feb 7, 2024
2 parents d53eddb + 8f7f9a7 commit db7c88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest-unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Jest Unit Tests
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
run-unit-tests:
Expand Down

0 comments on commit db7c88f

Please sign in to comment.