From 625eca3382bd1efc341d9392c882a386f826a87e Mon Sep 17 00:00:00 2001 From: taoloading <1377226380@qq.com> Date: Mon, 29 Apr 2024 16:18:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=87=AA=E5=8A=A8=E5=8C=96=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_develop_ai.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_develop_ai.yml b/.github/workflows/build_develop_ai.yml index cf72f3f..e07c3cb 100644 --- a/.github/workflows/build_develop_ai.yml +++ b/.github/workflows/build_develop_ai.yml @@ -4,8 +4,7 @@ on: # Trigger the workflow every time you push to the `main` branch # Using a different branch name? Replace `main` with your branch’s name push: - paths: - branches: [main] + branches: [main] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: