Skip to content

Commit 8153b90

Browse files
authored
Merge pull request #20 from MGdaasLab/v1.2.0
fix: 更新部署工作流以仅在master分支推送时触发
2 parents bad3784 + 1d65f56 commit 8153b90

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy Docs to GitHub Pages
44
on:
55
push:
66
branches:
7-
- dev # 当 dev 分支有 push 时触发
7+
- master
88

99
jobs:
1010
deploy:

.github/workflows/docker-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
tags:
8-
- 'v*'
9-
pull_request:
10-
branches:
11-
- master
127

138
env:
149
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)