fix: Enable CI builds
This commit is contained in:
parent
5261368514
commit
c6a1d6e12b
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/build.yaml
Normal file
15
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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
|
Reference in a new issue