Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .github/workflows/release-cd-deliver-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
on:
release:
types: [published]
# Manual fallback when the `release: published` event was emitted under
# GITHUB_TOKEN — GitHub doesn't fire downstream workflows in that case
# (Known Platform Constraint per spec/project/workflow-health/).
workflow_dispatch:

jobs:
publish_docs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-cd-refresh-master.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
on:
release:
types: [published]
# Manual fallback when the `release: published` event was emitted under
# GITHUB_TOKEN — GitHub doesn't fire downstream workflows in that case
# (Known Platform Constraint per spec/project/workflow-health/).
workflow_dispatch:

jobs:
refresh_presentation_branch:
Expand Down
Loading