Files
penpot/.github/workflows/build-develop.yml
Yamila Moreno a9f4fe84fa 📎 Improve gh actions
2025-08-07 17:51:20 +02:00

13 lines
227 B
YAML

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