mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +03:00
[Minor] Add Manual Trigger for submodule-update.yml
This commit is contained in:
parent
f14fdd7e4f
commit
70c019e7d8
6
.github/workflows/submodule-update.yml
vendored
6
.github/workflows/submodule-update.yml
vendored
@ -2,6 +2,12 @@
|
||||
name: Submodule Updates
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
logLevel:
|
||||
description: 'Log level'
|
||||
required: true
|
||||
default: 'warning'
|
||||
push:
|
||||
branches: [ develop ]
|
||||
# schedule:
|
||||
|
Loading…
x
Reference in New Issue
Block a user