Added New Github Actions Workflow

- Disabled scheduled and push commands in `demomissionspacked.yml`
- Added `UpdateMoose.yml` in .github\workflows\ folder
- Added `UpdateMoose.py` in .scripts folder
This commit is contained in:
Frank
2022-10-13 23:18:04 +02:00
parent 6552e523f7
commit 82aba06cb4
3 changed files with 220 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: