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 name: NukiHub
on: on:
push:
branches: ["*"]
tags: ["*"]
pull_request:
branches: ["*"]
tags: ["*"]
workflow_dispatch: workflow_dispatch:
permissions: permissions:

View File

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