mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 10:13:14 -06:00
23 lines
355 B
YAML
23 lines
355 B
YAML
name: Build NixOS
|
|
|
|
on:
|
|
push:
|
|
paths-ignore:
|
|
- '**/*.md'
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build:
|
|
strategy:
|
|
max-parallel: 1
|
|
matrix:
|
|
host:
|
|
- othalan
|
|
# - mannaz
|
|
# - algiz
|
|
uses: ./.github/workflows/build.yml
|
|
with:
|
|
host: "${{ matrix.host }}"
|
|
secrets: inherit
|