Skip to content

Commit 2c0c6b6

Browse files
jongioCopilot
andcommitted
ci: add web/** to CI path triggers
Preflight runs website tests, so web/ changes should trigger CI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fd97b0f commit 2c0c6b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
branches: [ main ]
66
paths:
77
- 'cli/**'
8+
- 'web/**'
89
- '.github/workflows/ci.yml'
910
pull_request:
1011
branches: [ main ]
1112
paths:
1213
- 'cli/**'
14+
- 'web/**'
1315
- '.github/workflows/ci.yml'
1416
workflow_dispatch:
1517

0 commit comments

Comments
 (0)