ci: enable manual workflow dispatch

This commit is contained in:
Alex
2021-10-05 17:07:58 +03:00
parent 69afcac64c
commit c2d71fa988
12 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
name: build installers
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
push:
@@ -35,4 +36,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/parkervcp/installers:${{ matrix.tag }}
ghcr.io/parkervcp/installers:${{ matrix.tag }}