parent
7fd1a5db7d
commit
9326d079ba
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/demo.yaml
Normal file
6
.forgejo/workflows/demo.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
"build-all":
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- run: nix build git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY?ref=$GITHUB_REF#build-all
|
||||||
Loading…
Add table
Add a link
Reference in a new issue