This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
bdfr-browser/.forgejo/workflows/build.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