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/**'
- 'docs/**'
- 'README.md'
- 'get_version.py'
env:
REGISTRY: ghcr.io

View File

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