penpot/.github/workflows/build-develop.yml
Yamila Moreno bcd950c141 📎 Fix CI inputs
2025-08-27 10:11:56 +02:00

15 lines
278 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"
build_wasm: true
build_storybook: true