Skip to content

Commit 3585d5b

Browse files
authored
Update indentation and update to pull_request_target (#48680)
1 parent 5f8336f commit 3585d5b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/content-changes-table-comment.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ on:
2020
description: 'Head SHA (latest sha of the PR)'
2121
type: string
2222
required: true
23-
push:
24-
paths:
25-
- 'content/**'
2623
# Required in lieu of `pull_request` so that the content changes tables can be posts to PRs opened from a fork.
2724
pull_request_target:
25+
types:
26+
- opened
27+
- synchronize
28+
paths:
29+
- 'content/**'
2830

2931
permissions:
3032
contents: read

0 commit comments

Comments
 (0)