16 lines
249 B
YAML
16 lines
249 B
YAML
|
name: Build
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- master
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
runs-on: ubuntu-latest-amd64
|
||
|
|
||
|
uses: daniel/reusable-workflows/.github/workflows/nix-flake-build.yaml@main
|
||
|
with:
|
||
|
runner: ubuntu-latest-amd64
|
||
|
secrets: inherit
|