Skip to content

Commit e52f76a

Browse files
committed
fix: remove preview on closed pr
1 parent 66995b9 commit e52f76a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/preview.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77
pull_request:
88
types:
99
- opened
10-
- synchronize
10+
- reopened
11+
- synchronize
12+
- closed
13+
1114
jobs:
1215
deploy-preview:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)