mirror of
https://github.com/penpot/penpot.git
synced 2026-02-13 07:02:58 +00:00
12 lines
206 B
YAML
12 lines
206 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
|
|
with:
|
|
gh_ref: "develop"
|