chore: update Vercel workflow to include 'sat' branch for deployment
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