chore(ci): update Vercel workflow to trigger on main and sat branches

This commit is contained in:
严浩
2025-02-08 13:45:38 +08:00
parent d533738e0a
commit f26342ddfc

View File

@@ -6,6 +6,9 @@ env:
TZ: Asia/Shanghai TZ: Asia/Shanghai
on: on:
push: push:
branches:
- main
- sat
jobs: jobs:
build-and-deploy-to-vercel: build-and-deploy-to-vercel:
runs-on: ubuntu-latest runs-on: ubuntu-latest