mirror of
https://github.com/penpot/penpot.git
synced 2026-02-13 15:13:03 +00:00
13 lines
227 B
YAML
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"
|