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:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -2,11 +2,8 @@ name: Deploy PR previews
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
branches:
|
||||||
- opened
|
- main
|
||||||
- reopened
|
|
||||||
- synchronize
|
|
||||||
- closed
|
|
||||||
|
|
||||||
concurrency: preview-${{ github.ref }}
|
concurrency: preview-${{ github.ref }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user