mirror of
https://github.com/penpot/penpot.git
synced 2026-01-19 03:39:59 -05:00
15 lines
280 B
YAML
15 lines
280 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: "yes"
|
|
build_storybook: "yes"
|