mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-01 13:07:21 +00:00
new file: .github/workflows/build_v6.yml
modified: .github/workflows/main.yml modified: .gitignore
This commit is contained in:
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@@ -25,4 +25,18 @@ jobs:
|
||||
with:
|
||||
channel: testing
|
||||
release: true
|
||||
secrets: inherit
|
||||
secrets: inherit
|
||||
|
||||
Build_Stable_V6:
|
||||
uses: ./.github/workflows/build_v6.yml
|
||||
with:
|
||||
channel: stable
|
||||
release: true
|
||||
secrets: inherit
|
||||
|
||||
Build_LongTerm_V6:
|
||||
uses: ./.github/workflows/build_v6.yml
|
||||
with:
|
||||
channel: long-term
|
||||
release: true
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user