Skip to content

Commit 6c61899

Browse files
committed
ci: allow to be called by the release workflow
1 parent 540ec7e commit 6c61899

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
workflow_call:
11+
# But don't trigger on tags, as they are covered by the "release.yaml" workflow
1012

1113
jobs:
1214
check:

0 commit comments

Comments
 (0)