Skip to content

Fix template setting #20

Fix template setting

Fix template setting #20

Workflow file for this run

name: Build Starter Template
on:
push:
branches:
- main
paths:
- 'templates/starter/**'
pull_request:
branches:
- main
paths:
- 'templates/starter/**'
jobs:
build-starter-template:
uses: ./.github/workflows/build-template.yml
with:
template: 'starter'
arch: 'x86_64-linux'