Skip to content

Commit c6385e2

Browse files
Only dispatch drafts on changes in docs directory
1 parent 5ebacbb commit c6385e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dispatch-deploy-draft.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches:
77
- '*'
8+
paths:
9+
- 'docs/**'
10+
- '.github/workflows/dispatch-deploy-draft.yml'
811

912
jobs:
1013
dispatch-deploy:

0 commit comments

Comments
 (0)