mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
chore: Simplify PR preview deployment workflow trigger
This commit is contained in:
parent
18072c86ec
commit
3dd771096d
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -2,11 +2,8 @@ name: Deploy PR previews
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- closed
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency: preview-${{ github.ref }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user