Skip to content

Commit c24d6c1

Browse files
authored
Merge pull request #10 from immrk/yajian.ke
fix: 修改自动部署文档触发时机
2 parents 4a4965a + 56eb2ce commit c24d6c1

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/dev_deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
- dev
77
paths-ignore:
88
- 'readme.md'
9-
pull_request:
10-
branches:
11-
- dev
12-
paths-ignore:
13-
- 'readme.md'
149
- 'script'
1510

1611
jobs:

.github/workflows/prod_deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ on:
66
- main
77
paths-ignore:
88
- 'readme.md'
9-
pull_request:
10-
branches:
11-
- main
12-
paths-ignore:
13-
- 'readme.md'
14-
- 'script'
9+
- 'script'
1510

1611
jobs:
1712
build_and_deploy:

0 commit comments

Comments
 (0)