workflow临时更改

This commit is contained in:
UnCLAS-Prommer
2025-07-25 15:23:57 +08:00
parent 5182609ca4
commit 27b1ce047c
2 changed files with 18 additions and 13 deletions

View File

@@ -1,16 +1,21 @@
name: Docker Build and Push
on:
push:
# push:
# branches:
# - main
# - classical
# - dev
# tags:
# - "v*.*.*"
# - "v*"
# - "*.*.*"
# - "*.*.*-*"
workflow_dispatch: # 允许手动触发工作流
branches:
- main
- classical
- dev
tags:
- "v*.*.*"
- "v*"
- "*.*.*"
- "*.*.*-*"
- dev-refactor
# Workflow's jobs
jobs: