mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: workflow dispatch build-previews
This commit is contained in:
parent
c681bfca74
commit
bac5e1d3ac
3
.github/workflows/build-preview.yml
vendored
3
.github/workflows/build-preview.yml
vendored
@ -7,6 +7,7 @@ concurrency:
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-preview:
|
build-preview:
|
||||||
@ -32,4 +33,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: preview-build
|
name: preview-build
|
||||||
path: app/dist
|
path: app/dist
|
||||||
|
Loading…
Reference in New Issue
Block a user