Skip to content

Commit d198df0

Browse files
authored
Merge branch 'master' into doc-fixes
2 parents e4dfa53 + d30358d commit d198df0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: "Update Terraform Provider Docs"
22
on:
3+
issue_comment:
4+
types: [created]
35
pull_request:
46
paths:
57
- "**/*.go"
68
- "templates/**/*"
79

810
jobs:
911
tfplugindocs:
12+
if: github.event_name == "pull_request" || contains(github.event.comment.body, '/docs')
1013
runs-on: ubuntu-latest
1114
steps:
1215
- name: Checkout repo

0 commit comments

Comments
 (0)