Skip to content

Commit f6e6eb5

Browse files
davidamaceyclaude
andcommitted
fix(ci): add workflow_dispatch trigger and fix push path filter
Also adds ci.yml to the push paths filter so a change to the workflow itself triggers a validation run (catches the fix in the previous commit). Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 35b1f51 commit f6e6eb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
branches: [main]
1818
paths:
1919
- "services/**/docker-compose.yml"
20+
- ".github/workflows/ci.yml"
21+
workflow_dispatch: # Allow manual trigger from Actions tab
2022

2123
jobs:
2224
validate:

0 commit comments

Comments
 (0)