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
6 changes: 5 additions & 1 deletion .github/workflows/publish-canvas-wasm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stub so GitHub recognizes workflow_dispatch on the default branch.
# Real implementation lives on canary — will replace this on merge.
name: publish canvas-wasm
name: Publish @grida/canvas-wasm

on:
workflow_dispatch:
Expand All @@ -16,6 +16,10 @@ on:
- canary
- latest
default: canary
workflow_run:
workflows: ["canvas build"]
types: [completed]
branches: [main, canary]

jobs:
stub:
Expand Down
Loading