This commit is contained in:
parent
19d4b1c115
commit
74a7c21af1
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