mirror of https://github.com/penpot/penpot.git
🔧 Add ci for branch staging-render
This commit is contained in:
parent
7b5817f407
commit
22a36d59d8
|
|
@ -0,0 +1,14 @@
|
|||
name: _STAGING RENDER
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '36 5-20 * * 1-5'
|
||||
|
||||
jobs:
|
||||
build-bundle:
|
||||
uses: ./.github/workflows/build-bundle.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
gh_ref: "staging-render"
|
||||
build_wasm: "yes"
|
||||
build_storybook: "yes"
|
||||
Loading…
Reference in New Issue