改为 test 分支更新时构建

This commit is contained in:
xxnuo
2025-07-21 12:30:15 +08:00
parent 7ed030d700
commit f4b2d4cd42

View File

@@ -3,10 +3,10 @@ name: Build and Publish Docker Image
on:
workflow_dispatch:
push:
branches: [main]
branches: [test]
tags: ["v*"]
pull_request:
branches: [main]
branches: [test]
permissions:
contents: read