1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 02:23:38 +08:00

Merge pull request #38 from mmdapl/next

style: ci update
This commit is contained in:
mmdapl
2023-09-07 17:13:02 +08:00
committed by GitHub
5 changed files with 8 additions and 6 deletions

View File

@@ -3,13 +3,14 @@ name: Code-CI
## 触发条件
on:
# 手动触发部署
workflow_dispatch:
pull_request:
branches:
- 'master'
- 'next'
- '!pages/**'
# 手动触发部署
workflow_dispatch:
jobs:
Code-CI:

View File

@@ -1,5 +1,5 @@
# 构建Docker镜像
name: Docker-Image
name: Build-Docker-Image
## 触发条件
on:

View File

@@ -2,7 +2,8 @@
name: Deploy-ESC
on:
push: # 推送的时候触发
## 推送到master
push:
branches:
- master
workflow_dispatch:

View File

@@ -1,5 +1,5 @@
## 参考资料https://v2.vuepress.vuejs.org/zh/guide/deployment.html#github-pages
name: gh-deploy
name: Github-Page-Deploy
on:
push:
branches:

View File

@@ -1,4 +1,4 @@
name: Release New Version
name: Github-Version-Release
on:
## 当以 'v' 开头的标签推送到master时触发工作流程