components-template/workflow_templates/build-artifacts.yml

16 lines
315 B
YAML
Raw Permalink Normal View History

2024-11-05 02:36:57 +00:00
name: "Build Artifacts for RetroDECK main manifest"
on:
push:
branches:
2024-11-05 03:02:38 +00:00
- master
- main
2024-11-05 02:36:57 +00:00
workflow_call:
2024-11-05 06:27:09 +00:00
workflow_dispatch:
2024-11-05 02:36:57 +00:00
2024-11-05 03:02:38 +00:00
jobs:
2024-11-05 02:36:57 +00:00
2024-11-05 03:02:38 +00:00
build-project:
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
with:
2024-11-05 06:27:09 +00:00
MANIFEST_FILENAME: "put.something.else.yaml"