Skip to content

Commit a30af47

Browse files
Only dispatch drafts on changes in docs directory (#605)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 146f987 commit a30af47

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)