Merge pull request 'ci: 调整 CI 触发分支为 main,运行环境改为 aliyun' (#6) from build/actions into develop

Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/6
Reviewed-by: cfy777 <3087823110@qq.com>
This commit was merged in pull request #6.
This commit is contained in:
2026-06-13 10:06:26 +08:00
2 changed files with 6 additions and 6 deletions

View File

@@ -2,15 +2,15 @@ name: Backend CI
on: on:
push: push:
branches: [develop, main] branches: [main]
paths: [backend/**] paths: [backend/**]
pull_request: pull_request:
branches: [develop, main] branches: [main]
paths: [backend/**] paths: [backend/**]
jobs: jobs:
ci: ci:
runs-on: ubuntu-latest runs-on: aliyun
defaults: defaults:
run: run:
working-directory: backend working-directory: backend

View File

@@ -2,15 +2,15 @@ name: Frontend CI
on: on:
push: push:
branches: [develop, main] branches: [main]
paths: [frontend/**] paths: [frontend/**]
pull_request: pull_request:
branches: [develop, main] branches: [main]
paths: [frontend/**] paths: [frontend/**]
jobs: jobs:
ci: ci:
runs-on: ubuntu-latest runs-on: aliyun
defaults: defaults:
run: run:
working-directory: frontend working-directory: frontend