change windows container build to run on demand and nightly at 4AM

This commit is contained in:
2025-12-04 16:39:16 -07:00
parent 4778622137
commit 983e734587
@@ -1,5 +1,8 @@
name: Build Mumble Web 2 release builder containers
on: [push]
on:
workflow_dispatch:
schedule:
- cron: "0 4 * * *"
jobs:
windows-release-builder-container-build: