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:
parent
b5ae891d5d
commit
e5ac8f96ba
2
.github/workflows/build-preview.yml
vendored
2
.github/workflows/build-preview.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Build Preview Deployment
|
||||
|
||||
n:
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user