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" ]