Disable Moose update on every push and update it only on weekends

This commit is contained in:
kaltokri 2024-03-01 17:28:53 +01:00
parent ce1f2ed2fb
commit 725d6c731e

View File

@ -5,14 +5,14 @@ name: Build Demo Missions
on:
# Triggers the workflow on push or pull request events for the "main" and "develop" branches
push:
branches:
- master
- develop
#push:
# branches:
# - master
# - develop
# Cron job every day at 2 o'clock.
schedule:
- cron: '0 2 * * *'
- cron: '0 2 * * 0'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: