Skip to content

Commit

Permalink
Merge pull request #15 from PHPCompatibility/feature/ghactions-allow-…
Browse files Browse the repository at this point in the history
…manual-triggering

GH Actions: allow for manually triggering a workflow
  • Loading branch information
jrfnl authored Feb 15, 2021
2 parents 6eff199 + d14b5c2 commit 5034c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# Also run this workflow on day 15 of every month as the repo isn't that active.
schedule:
- cron: '0 0 15 * *'
# Allow manually triggering the workflow.
workflow_dispatch:

jobs:
validate:
Expand Down

0 comments on commit 5034c13

Please sign in to comment.