From e101a3502ea50b8a01f1911793cc1f0bb12d53d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B0=E5=BF=97=E5=AE=8F?= Date: Tue, 4 Mar 2025 16:24:21 +0800 Subject: [PATCH] update github actions --- .github/workflows/docker-image.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6935921..4260c42 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,9 +2,7 @@ name: Docker Build and Push on: push: - branches: [ main ] - pull_request: - branches: [ main ] + branches: [ main ] # 只在 main 分支推送时触发 jobs: build: