Skip to content

Commit 61c2a03

Browse files
committed
ci: trigger demo only on implementation changes
Updated create-demo.yml workflow to trigger only when source code changes (src/**, lib/**), not on test changes or demo script updates. This aligns with standalone demo architecture where each tool maintains its own demos, and VitePress links to tool READMEs. Part of Option 1 implementation: demos maintained only in tool repos.
1 parent d1724ab commit 61c2a03

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/create-demo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ on:
44
# Triggered manually or by meta repo
55
workflow_dispatch:
66

7-
# Auto-trigger when demo script or tool source changes
7+
# Auto-trigger when implementation changes
88
push:
99
branches:
1010
- main
1111
paths:
12-
- 'scripts/record-demo.sh'
1312
- 'src/**'
1413
- 'lib/**'
1514

0 commit comments

Comments
 (0)