Github Actions

- Added workflow to build demo mission on-the-fly
- Added python script to replace Moose.lua in all miz files
This commit is contained in:
Frank
2022-10-11 21:16:23 +02:00
parent d1c852d7ee
commit 33f4e46a8d
3 changed files with 206 additions and 6 deletions

View File

@@ -5,13 +5,13 @@ name: Build Demo Missions (packed)
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on:
schedule:
- cron: '0 7 * * 6'
#schedule:
# - cron: '0 7 * * 6'
push:
branches:
- master
- develop
#push:
# branches:
# - master
# - develop
workflow_dispatch:
inputs: