Skip to content

Commit 0d02289

Browse files
committed
fix: main에 push 됐을 때 동작되도록 수정
1 parent f11fb34 commit 0d02289

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy-vercel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Deploy to Vercel with Redeploy-on-Failure
22

33
on:
4-
pull_request:
5-
types: [closed]
4+
push:
5+
branches:
6+
- main
67

78
jobs:
89
deploy:

0 commit comments

Comments
 (0)