Skip to content

Commit c14b1b0

Browse files
committed
Tools: Enable manually running the php unit test action
1 parent f761906 commit c14b1b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
branches: [trunk]
1010
paths:
1111
- public_html/**
12+
# Enable manually running action if necessary.
13+
workflow_dispatch:
1214

1315
jobs:
1416
unit-php:

0 commit comments

Comments
 (0)