From 1200505451daf511427bdea9ae067fe080e84ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Sun, 18 May 2025 16:14:48 +0800 Subject: [PATCH] Fix some issues of the Github Auto build docker image. --- .github/workflows/build_docker_image.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index da3b235..62032ef 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -2,9 +2,11 @@ name: Build and Push Docker Image on: push: - branches: ["main"] + branches: + - master pull_request: - branches: ["main"] + branches: + - master workflow_dispatch: env: