mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 10:39:40 +00:00
Add Patch_Development_V7 workflow for version v7
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
ea433daaf8
commit
0670bf0818
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -44,7 +44,17 @@ jobs:
|
|||||||
channel: testing
|
channel: testing
|
||||||
release: true
|
release: true
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
Patch_Development_V7:
|
||||||
|
if: |
|
||||||
|
(github.event_name == 'schedule') ||
|
||||||
|
(github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7'))
|
||||||
|
uses: ./.github/workflows/patch_v7.yml
|
||||||
|
with:
|
||||||
|
channel: development
|
||||||
|
release: true
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
Patch_Stable_V6:
|
Patch_Stable_V6:
|
||||||
if: |
|
if: |
|
||||||
(github.event_name == 'schedule') ||
|
(github.event_name == 'schedule') ||
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user