This commit is contained in:
YuCat-OVO 2024-03-01 18:23:11 +08:00
parent becdb84569
commit 9626ad29ce
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,7 @@ on:
- '.github/**' - '.github/**'
- 'docs/**' - 'docs/**'
- 'README.md' - 'README.md'
- 'get_version.py'
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io

View File

@ -4,6 +4,11 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 3 * * 0" - cron: "0 3 * * 0"
push:
branches:
- "main"
paths:
- 'get_version.py'
jobs: jobs:
get-version: get-version: