2 Commits
win ... lin

Author SHA1 Message Date
Scott
957a304648 Set Schedule on Windows Build. 2021-08-15 22:55:05 +01:00
Scott
9806689035 Set Schedule for macOS Build 2021-08-15 22:54:42 +01:00
2 changed files with 9 additions and 3 deletions

View File

@@ -1,8 +1,11 @@
name: macOS build
on:
workflow_dispatch:
schedule:
- cron: '30 7 * * 1,5'
workflow_dispatch:
jobs:
build:
name: Build on macOS

View File

@@ -1,8 +1,11 @@
name: Windows Build
on:
workflow_dispatch:
schedule:
- cron: '30 7 * * 1,5'
workflow_dispatch:
jobs:
build_mingw_arm:
name: CLI / LibHB (ARM)