This commit is contained in:
parent
645bf7367b
commit
146aee4e44
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ steps:
|
||||||
- vercel -t $VERCEL_TOKEN --scope $VERCEL_SCOPE -c
|
- vercel -t $VERCEL_TOKEN --scope $VERCEL_SCOPE -c
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- "!main"
|
exclude:
|
||||||
|
- main
|
||||||
depends_on:
|
depends_on:
|
||||||
- prettier
|
- prettier
|
||||||
- eslint
|
- eslint
|
||||||
|
|
Reference in a new issue