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:
3
.github/workflows/build-preview.yml
vendored
3
.github/workflows/build-preview.yml
vendored
@@ -7,6 +7,7 @@ concurrency:
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-preview:
|
||||
@@ -32,4 +33,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: preview-build
|
||||
path: app/dist
|
||||
path: app/dist
|
||||
|
||||
Reference in New Issue
Block a user