Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
pull_request:
paths:
- 'platform/**'
# schema-version and context-ref live in this file, and they decide whether
# rendering works at all. Without this, a pin bump to a broken toolkit or a
# stale context digest merges with no preview -- which is how a release with a
# context-resolution bug reached every repository.
- '.github/workflows/deploy-preview.yml'

permissions: {}

Expand Down
Loading