change windows container build to run on demand and nightly at 4AM
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
name: Build Mumble Web 2 release builder containers
|
name: Build Mumble Web 2 release builder containers
|
||||||
on: [push]
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 4 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows-release-builder-container-build:
|
windows-release-builder-container-build:
|
||||||
|
|||||||
Reference in New Issue
Block a user