Disable auto build on ci/cd

This commit is contained in:
2026-03-20 21:28:51 +01:00
parent ea23bf142a
commit 7322653882
2 changed files with 1 additions and 9 deletions

View File

@@ -1,11 +1,5 @@
name: NukiHub
on:
push:
branches: ["*"]
tags: ["*"]
pull_request:
branches: ["*"]
tags: ["*"]
workflow_dispatch:
permissions:

View File

@@ -1,8 +1,6 @@
name: NukiHub Nightly
on:
workflow_dispatch:
schedule:
- cron: "30 0 * * *"
permissions:
contents: write