From 4e5c85e12acd99a7133839f71bd23f2c641f1d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=95=A6b=E6=A2=A6?= <1715109585@qq.com> Date: Sat, 14 Sep 2024 21:24:27 +0800 Subject: [PATCH] Update continuous-integration-workflow.yml --- .../workflows/continuous-integration-workflow.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index a5e552e..a7e00d5 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -6,18 +6,19 @@ name: 发布测试包 on: # 当master分支有push时,触发action - push: - branches: - - master + # push: + # branches: + # - master # 当一个pr被合并到master时,触发action - pull_request: - branches: - - master + # pull_request: + # branches: + # - master # 当发布时,触发action #release: # types: [created] + workflow_dispatch: jobs: