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:
parent
1afc29342b
commit
9d9bf60c1b
13
.github/workflows/UpdateMoose.yml
vendored
13
.github/workflows/UpdateMoose.yml
vendored
@ -10,14 +10,17 @@ on:
|
||||
- master
|
||||
- develop
|
||||
|
||||
# Triggers the workflow on pull request events for the "main" and "develop" branches
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
# Cron job every day at 2 o'clock.
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
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
|
||||
jobs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user