Skip to content

Commit 28d4593

Browse files
authored
Merge pull request #2950 from wmathurin/enable-ci-for-dpop-branch
Add dpop to pull_request_target branches allowlist (temporary)
2 parents 28eb780 + a3f5a67 commit 28d4593

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
# Mitigated by per-job Member Check (see "Check Write Permission" + "Validate Write Permission" steps).
66
# Reference: team Github Actions Tribal Knowledge doc.
77
pull_request_target: # zizmor: ignore[dangerous-triggers]
8-
branches: [dev, master]
8+
# dpop is a temporary entry: PRs in the multi-PR DPoP rollout target this
9+
# branch. Remove once DPoP is merged back to dev.
10+
branches: [dev, master, dpop]
911
paths-ignore:
1012
- '**/*.md'
1113
- 'LICENSE'

0 commit comments

Comments
 (0)