From 76d3b3f64de7b492f55d148f3c8ad9474ee9487d Mon Sep 17 00:00:00 2001 From: chenos Date: Fri, 22 Oct 2021 08:37:22 +0800 Subject: [PATCH] fix: vercel on push develop branch --- .github/workflows/vercel.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vercel.yml b/.github/workflows/vercel.yml index e9d22e2b7..d24a35bdf 100644 --- a/.github/workflows/vercel.yml +++ b/.github/workflows/vercel.yml @@ -1,6 +1,9 @@ name: vercel -on: [push] +on: + push: + branches: + - develop jobs: deploy: