mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
tools/github actions: make build workflow reusable by other workflows
- https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_call - https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/runs/5680604483 - error parsing called workflow: workflow is not reusable as it is missing a on.workflow_call trigger
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user