Update UpdateMoose.yml

This commit is contained in:
Frank
2022-10-11 22:36:30 +02:00
parent 1afc29342b
commit 9d9bf60c1b

View File

@@ -10,14 +10,17 @@ on:
- master - master
- develop - develop
# Triggers the workflow on pull request events for the "main" and "develop" branches # Cron job every day at 2 o'clock.
pull_request: schedule:
branches: - cron: '0 2 * * *'
- master
- develop
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:
inputs:
name:
description: 'Manual Run'
required: false
default: 'The Octoverse'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs: