feat: enable manually running build

This commit is contained in:
ER
2023-03-04 13:02:48 +02:00
parent 85e4343487
commit 2521741049

View File

@@ -4,16 +4,18 @@ on:
branches:
- main
paths-ignore:
- '**.md'
- '**.txt'
- "**.md"
- "**.txt"
schedule:
- cron: '20 20 * * *' # 8:20pm everyday
- cron: "20 20 * * *" # 8:20pm everyday
push:
branches:
- main
paths-ignore:
- '**.md'
- '**.txt'
- "**.md"
- "**.txt"
workflow-dispatch:
env:
IMAGE_BASE_NAME: base
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}