Adding in workflow_call to test GH Actions

Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
pull/13287/head
Robert Sirchia 1 year ago
parent eba0f78a47
commit 7e3df4baaf
No known key found for this signature in database
GPG Key ID: C2D40F4D8196E874

@ -10,6 +10,9 @@ on:
workflow_dispatch:
release:
types: [created]
workflow_call:
inputs:
private-repository: true
jobs:
build:

Loading…
Cancel
Save