Skip to content

Commit d3a5de7

Browse files
committed
ci: fix build workflow dispatch syntax
1 parent df8fe54 commit d3a5de7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- 'package.json'
1414
- 'package-lock.json'
1515
- 'dev/config/**'
16-
workflow_dispatch
16+
workflow_dispatch:
1717

1818
permissions:
1919
contents: write

MEMORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This file stores durable project context so future conversations can resume work
3333
- CI now uses current `actions/checkout@v4` and `actions/setup-node@v4` on Node 24
3434
- Build workflow now runs automatically on pushes to `main` that affect site/build inputs and commits regenerated `docs/` output back to the branch
3535
- PR validation now runs `npm test` and `npm run build` for site-related changes instead of only checking `themes.json`
36+
- The build workflow syntax also requires `workflow_dispatch:` with a trailing colon; missing it makes GitHub mark the workflow file as invalid even if other checks still pass
3637

3738
## Repo Notes
3839

0 commit comments

Comments
 (0)