From 6a899fb6e096396a490ac2499006a3edef7e6b7c Mon Sep 17 00:00:00 2001 From: Eiriksgata <2353686862@qq.com> Date: Tue, 30 Jan 2024 15:57:38 +0800 Subject: [PATCH] update branches to master --- .github/workflows/docker-image-uat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-uat.yml b/.github/workflows/docker-image-uat.yml index 502e0ad..4ccecc7 100644 --- a/.github/workflows/docker-image-uat.yml +++ b/.github/workflows/docker-image-uat.yml @@ -6,7 +6,7 @@ on: - ".gitignore" - "README.md" - ".vscode/**" - branches: [ "main" ] + branches: [ "master" ] #tags: # 当我们提交代码为tag 是以'v'开头的时候才会触发自动部署到服务端 # - 'v*'