Skip to content

Commit ce1c569

Browse files
authored
Merge pull request #21 from PHPCompatibility/feature/ghactions-allow-manual-triggering
GH Actions: allow for manually triggering a workflow
2 parents 39568bc + 07e3069 commit ce1c569

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
# Also run this workflow on day 15 of every month as the repo isn't that active.
1010
schedule:
1111
- cron: '0 0 15 * *'
12+
# Allow manually triggering the workflow.
13+
workflow_dispatch:
1214

1315
jobs:
1416
xmllint:

0 commit comments

Comments
 (0)