From 249d7ee80d6891ad32d6ca2e965b0284f1505c1b Mon Sep 17 00:00:00 2001 From: SMGoro <72185434+SMGoro@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:28:14 +0800 Subject: [PATCH] Disable push trigger for master branch Comment out the push trigger for the master branch. --- .github/workflows/deploy-aliyun-oss.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-aliyun-oss.yml b/.github/workflows/deploy-aliyun-oss.yml index 31e64222..169fb214 100644 --- a/.github/workflows/deploy-aliyun-oss.yml +++ b/.github/workflows/deploy-aliyun-oss.yml @@ -1,8 +1,8 @@ name: Deploy to Aliyun OSS on: - push: - branches: [ 'master' ] +# push: +# branches: [ 'master' ] workflow_dispatch: permissions: