We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11fb34 commit 0d02289Copy full SHA for 0d02289
1 file changed
.github/workflows/deploy-vercel.yml
@@ -1,8 +1,9 @@
1
name: Deploy to Vercel with Redeploy-on-Failure
2
3
on:
4
- pull_request:
5
- types: [closed]
+ push:
+ branches:
6
+ - main
7
8
jobs:
9
deploy:
0 commit comments