Skip to content

Commit a3adeb6

Browse files
atulmguptaCopilot
andcommitted
fix(ci): run SI canonical gate on push so the required workflow has jobs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 34989da commit a3adeb6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/si-canonical-gate.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ name: si-canonical-gate
2424
# themselves).
2525

2626
on:
27+
push:
28+
paths:
29+
- 'internal/**/*.go'
30+
- 'cmd/**/*.go'
31+
- 'web/src/**/*.ts'
32+
- 'web/src/**/*.tsx'
33+
- 'migrations/**/*.sql'
34+
- '.github/workflows/si-canonical-gate.yml'
2735
pull_request:
2836
paths:
2937
- 'internal/**/*.go'

0 commit comments

Comments
 (0)