10 lines
244 B
YAML
10 lines
244 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
- update-nix-inputs
|
|
jobs:
|
|
"build-all":
|
|
runs-on: native
|
|
steps:
|
|
- run: nix build --refresh git+https://forgejo:$GITHUB_TOKEN@git.antoinevaure.fr/$GITHUB_REPOSITORY?ref=$GITHUB_REF#build-all
|