📎 Improve gh actions

This commit is contained in:
Yamila Moreno
2025-08-07 18:08:25 +02:00
parent 133e6e1e68
commit c1aae12327
3 changed files with 44 additions and 85 deletions

12
.github/workflows/build-develop.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
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"