We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f761906 commit c14b1b0Copy full SHA for c14b1b0
.github/workflows/unit-tests.yml
@@ -9,6 +9,8 @@ on:
9
branches: [trunk]
10
paths:
11
- public_html/**
12
+ # Enable manually running action if necessary.
13
+ workflow_dispatch:
14
15
jobs:
16
unit-php:
0 commit comments