Github actions: Add workflow_dispatch to allow a manual trigger.

This commit is contained in:
Roger A. Light 2020-07-15 11:26:23 +01:00
parent 80bb31cf48
commit 3a83bafe40

View File

@ -1,6 +1,7 @@
name: "Synchronise Coverity Scan branches on a weekly basis" name: "Synchronise Coverity Scan branches on a weekly basis"
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "7 3 * * 0" - cron: "7 3 * * 0"