ci: enable manual workflow dispatch
This commit is contained in:
3
.github/workflows/games.yml
vendored
3
.github/workflows/games.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build games
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
@@ -36,4 +37,4 @@ jobs:
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/parkervcp/games:${{ matrix.game }}
|
||||
ghcr.io/parkervcp/games:${{ matrix.game }}
|
||||
|
Reference in New Issue
Block a user