diff --git a/.github/workflows/git-push-into-another-repo-to-deploy-to-vercel.yaml b/.github/workflows/git-push-into-another-repo-to-deploy-to-vercel.yaml index 5a5aeaa..c73f325 100644 --- a/.github/workflows/git-push-into-another-repo-to-deploy-to-vercel.yaml +++ b/.github/workflows/git-push-into-another-repo-to-deploy-to-vercel.yaml @@ -2,7 +2,7 @@ name: git push into another repo to deploy to vercel on: push: - branches: [main] + branches: main jobs: build: