mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-03 12:47:44 +08:00
fix: vercel on push develop branch
This commit is contained in:
parent
4b586148b1
commit
76d3b3f64d
5
.github/workflows/vercel.yml
vendored
5
.github/workflows/vercel.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: vercel
|
name: vercel
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user