fix: Disable CI builds
This commit is contained in:
parent
65f8468daa
commit
5261368514
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
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