From cb1a06e4a9092c6cae49e8c128bac9e236cbebea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=90?= <84855512@qq.com> Date: Sat, 21 Sep 2024 22:49:06 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53d8616..0f6edce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,8 +5,8 @@ name: Go Build and Release # tags: # - 'v*.*.*' # 当推送带有版本号的 tag(例如 v1.0.0)时触发工作流 on: - push: - branches: [ "master" ] +# push: +# branches: [ "master" ] pull_request: branches: [ "master" ]