Files
penpot/.github/workflows/build-develop.yml
2025-08-20 10:51:05 +02:00

13 lines
225 B
YAML

name: Build and Upload Penpot DEVELOP Bundle
on:
schedule:
- cron: '16 5-20 * * 1-5'
jobs:
build-develop-bundle:
uses: ./.github/workflows/build-bundle.yml
secrets: inherit
with:
gh_ref: "develop"