Skip to content

Commit 64e27fd

Browse files
authored
Merge pull request #31073 from github/repo-sync
Repo sync
2 parents 92dea44 + 3585d5b commit 64e27fd

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)