add hyprland to iso and start workflow tests
This commit is contained in:
13
.gitea/workflows/default.yaml
Normal file
13
.gitea/workflows/default.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
name: Build iso when a new version is pushed
|
||||
run-name: iso building
|
||||
#on: [push]
|
||||
|
||||
jobs:
|
||||
runs-on: nixos/nix
|
||||
steps:
|
||||
- name: Build iso when a new version is pushed
|
||||
run-name: iso building
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
- run: echo coucou
|
Reference in New Issue
Block a user