mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: correct workflow trigger syntax in build preview deployment
- Updated the workflow trigger from 'n' to 'on' for proper event handling. - Ensured the workflow correctly responds to pull request events.
This commit is contained in:
2
.github/workflows/build-preview.yml
vendored
2
.github/workflows/build-preview.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Build Preview Deployment
|
name: Build Preview Deployment
|
||||||
|
|
||||||
n:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user