Skip to content

Commit 5034c13

Browse files
authored
Merge pull request #15 from PHPCompatibility/feature/ghactions-allow-manual-triggering
GH Actions: allow for manually triggering a workflow
2 parents 6eff199 + d14b5c2 commit 5034c13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
# Also run this workflow on day 15 of every month as the repo isn't that active.
88
schedule:
99
- cron: '0 0 15 * *'
10+
# Allow manually triggering the workflow.
11+
workflow_dispatch:
1012

1113
jobs:
1214
validate:

0 commit comments

Comments
 (0)