Skip to content

Commit cf71f5b

Browse files
committed
Allow test workflow to be called
1 parent a4cadd3 commit cf71f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: build
3-
on: [ push, pull_request ]
3+
on: [ push, pull_request, workflow_call ]
44
jobs:
55
test:
66
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)