set build-images action to manual start
This commit is contained in:
parent
40d943e52b
commit
c8a566448b
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
name: "build demo images"
|
name: "build demo images"
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
# push:
|
||||||
- main
|
# branches:
|
||||||
|
# - release
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build NixOS images
|
name: Build NixOS images
|
||||||
|
|
Loading…
Reference in a new issue