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.
2 parents ffb79a0 + 0d02289 commit c940998Copy full SHA for c940998
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