diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 816e096ab..dce97ba6e 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -4,6 +4,9 @@ on: pull_request_target: # when using teardown: 'true', add default event types + closed event type types: [opened, synchronize, reopened, closed] + paths: + - 'docs/**' + - '*.md' jobs: preview: