From 4e3a87084d36615ac3612b1fe79767d7c0c49825 Mon Sep 17 00:00:00 2001 From: restitux Date: Sun, 30 Nov 2025 23:52:33 -0700 Subject: [PATCH] Disable regular build --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index eeb5f6d..ed13449 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,5 +1,5 @@ name: Build Mumble Web 2 -on: [push] +on: [workflow_dispatch] jobs: linux_build: