mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
12 lines
208 B
YAML
12 lines
208 B
YAML
name: Legacy / Build Develop
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
delegate:
|
|
uses: ./.github/workflows/core-build-develop.yml
|
|
permissions:
|
|
contents: read
|
|
packages: write
|
|
secrets: inherit
|