feat: enable manually running build
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -4,16 +4,18 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- "**.md"
|
||||||
- '**.txt'
|
- "**.txt"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '20 20 * * *' # 8:20pm everyday
|
- cron: "20 20 * * *" # 8:20pm everyday
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- "**.md"
|
||||||
- '**.txt'
|
- "**.txt"
|
||||||
|
workflow-dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_BASE_NAME: base
|
IMAGE_BASE_NAME: base
|
||||||
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
|
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
|
||||||
|
|||||||
Reference in New Issue
Block a user