feat: enable manually running build
This commit is contained in:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -4,19 +4,21 @@ 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 }}
|
||||
IMAGE_BASE_NAME: base
|
||||
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
|
||||
|
||||
jobs:
|
||||
push-ghcr:
|
||||
|
||||
Reference in New Issue
Block a user