- Squashed local commits from previous miryoku branch - Update actions/upload-artifact in workflow - Add choice to Build Inputs workflow for alternative layout options - Add Test Inputs workflow with all text fields for matrix builds - Fix make git-submodule in workflow - Fix merge in workflow (#16)
15 lines
286 B
YAML
15 lines
286 B
YAML
# Copyright 2021 Manna Harbour
|
|
# https://github.com/manna-harbour/miryoku
|
|
|
|
name: 'Test Build'
|
|
on:
|
|
push:
|
|
pull_request:
|
|
workflow_dispatch:
|
|
jobs:
|
|
build:
|
|
if: github.repository_owner == 'manna-harbour'
|
|
uses: ./.github/workflows/main.yml
|
|
with:
|
|
keyboard: '["crkbd"]'
|