oizys/.github/workflows/push.yml

24 lines
346 B
YAML
Raw Normal View History

2024-05-23 13:27:08 -05:00
name: Build NixOS
on:
push:
branches:
- main
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