Skip to content

Commit

Permalink
Update continuous-integration-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Sep 14, 2024
1 parent 695ea70 commit 4e5c85e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4e5c85e

Please sign in to comment.