Files
penpot/.github/workflows/build-develop.yml
Yamila Moreno b12d44150b 📎 Fix and improve ci
2025-08-21 17:42:37 +02:00

13 lines
227 B
YAML

name: DEVELOP - Build and Upload Penpot 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"