Skip to content

Commit 668c8ee

Browse files
committed
fix: add workflow_call trigger to ci.yml for reusable workflow
1 parent 543f3a7 commit 668c8ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI
33
on:
44
push:
55
pull_request:
6+
workflow_call:
67

78
jobs:
89
lint:

0 commit comments

Comments
 (0)