Skip to content

Commit a868108

Browse files
committed
add missing workflow call
1 parent 6f0db36 commit a868108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: Runs on pushes to main (merges) and on pushes to PR branches
33
on:
44
push:
55
workflow_dispatch:
6+
workflow_call:
67

78
concurrency:
89
group: '${{ github.workflow }}-${{ github.head_ref || github.run_id }}'

0 commit comments

Comments
 (0)