Skip to content

Commit 779ffa2

Browse files
authored
Update main.yml
1 parent fe1c366 commit 779ffa2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: CI/CD Docker
22

33
on:
4-
push:
4+
pull_request:
5+
types: [closed]
56
branches:
6-
- 'client/release/*'
7+
- 'server/release/*'
78

89
env:
910
DOCKER_IMAGE: ghcr.io/${{ github.actor }}/nest-openlist-deploy

0 commit comments

Comments
 (0)