Skip to content

Commit 894f3d4

Browse files
authored
feat: add triggering conditions (#3922)
* feat: add triggering conditions * feat: add triggering conditions * feat: test whether the modified MD file is effective * feat: release testing
1 parent 7208911 commit 894f3d4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/auto-build-main-module-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: Auto Build Main Module Docs
33
on:
44
pull_request:
55
branches: [dev]
6+
paths:
7+
- 'examples/sites/demos/pc/webdoc/**'
68
push:
7-
branches: [dev]
9+
branches: [dev]
10+
paths:
11+
- 'examples/sites/demos/pc/webdoc/**'
812

913
jobs:
1014
verify-main-build:

.github/workflows/auto-deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Auto Deploy Docs
33
on:
44
push:
55
branches: [dev]
6+
paths:
7+
- 'examples/sites/demos/pc/webdoc/**'
68

79
jobs:
810
notify:

0 commit comments

Comments
 (0)