Attempt to make Build workflow reusable.

I'm new to GitHub actions/workflows!
This commit is contained in:
Christian Deacon
2021-12-06 01:06:21 -06:00
committed by GitHub
parent 59f707507e
commit c7745d2a30

View File

@@ -5,6 +5,7 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_call:
jobs:
build: