add workflow dispatch

This commit is contained in:
Steve Dogiakos 2022-02-24 16:54:32 -07:00
parent 4c613c0164
commit 3d80140230
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: imgcmp
on:
schedule:
- cron: "0 0 * * 1" # Weekly build
workflow_dispatch:
jobs:
imgcmp:
if: ${{ startsWith(github.head_ref, 'actions/imgcmp/') != true }}