chore(ci): add compatibility wrappers for legacy workflow names

This commit is contained in:
RocketQuack 2026-04-22 00:07:57 +02:00
parent 84a48c65eb
commit de4c85f68f
2 changed files with 24 additions and 0 deletions

12
.github/workflows/build_develop.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Legacy / Build Develop
on:
workflow_dispatch:
jobs:
delegate:
uses: ./.github/workflows/core-build-develop.yml
permissions:
contents: read
packages: write
secrets: inherit

12
.github/workflows/build_stable.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Legacy / Build Stable
on:
workflow_dispatch:
jobs:
delegate:
uses: ./.github/workflows/core-build-stable.yml
permissions:
contents: read
packages: write
secrets: inherit