add workflow dispatch
This commit is contained in:
parent
4c613c0164
commit
3d80140230
|
@ -2,6 +2,8 @@ name: imgcmp
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 1" # Weekly build
|
- cron: "0 0 * * 1" # Weekly build
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
imgcmp:
|
imgcmp:
|
||||||
if: ${{ startsWith(github.head_ref, 'actions/imgcmp/') != true }}
|
if: ${{ startsWith(github.head_ref, 'actions/imgcmp/') != true }}
|
||||||
|
|
Loading…
Reference in New Issue