mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Update UpdateMoose.yml
This commit is contained in:
13
.github/workflows/UpdateMoose.yml
vendored
13
.github/workflows/UpdateMoose.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user