Files
penpot/.github/workflows/build-develop.yml
Yamila Moreno daa408e291 📎 Update CI
2025-09-08 16:51:05 +02:00

22 lines
426 B
YAML

name: DEVELOP - Build Bundle and Docker Image
on:
schedule:
- cron: '16 5-20 * * 1-5'
jobs:
build-bundle:
uses: ./.github/workflows/build-bundle.yml
secrets: inherit
with:
gh_ref: "develop"
build_wasm: "yes"
build_storybook: "yes"
# build-docker:
# needs: build-bundle
# uses: ./.github/workflows/build-docker.yml
# secrets: inherit
# with:
# gh_ref: "develop"