chore(ci): update Vercel workflow to trigger on main and sat branches
This commit is contained in:
3
.github/workflows/vercel.yaml
vendored
3
.github/workflows/vercel.yaml
vendored
@ -6,6 +6,9 @@ env:
|
||||
TZ: Asia/Shanghai
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- sat
|
||||
jobs:
|
||||
build-and-deploy-to-vercel:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user