mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
chore: Enhance PR preview workflow trigger events
This commit is contained in:
parent
5414f432b2
commit
0015373bb1
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -2,9 +2,15 @@ name: Deploy PR previews
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- reopened
|
||||||
|
- synchronize
|
||||||
|
- closed
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
||||||
# concurrency: preview-${{ github.ref }}
|
# concurrency: preview-${{ github.ref }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user