From 262679066ec596efdd14847a0c64a64c31fe8f75 Mon Sep 17 00:00:00 2001 From: YANGJINZE <91786638+KincaidYang@users.noreply.github.com> Date: Thu, 22 May 2025 09:04:41 +0800 Subject: [PATCH] =?UTF-8?q?ci/cd:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E5=A4=84=E7=BD=9A=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9452714..6cf6ae4 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,8 +3,6 @@ name: Build and Push Docker Image on: push: branches: [ "1.0.3" ] - pull_request: - branches: [ "1.0.3" ] jobs: build: