mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 09:57:40 +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
|
name: Submodule Updates
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
logLevel:
|
||||||
|
description: 'Log level'
|
||||||
|
required: true
|
||||||
|
default: 'warning'
|
||||||
push:
|
push:
|
||||||
branches: [ develop ]
|
branches: [ develop ]
|
||||||
# schedule:
|
# schedule:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user