mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-03 02:23:38 +08:00
5
.github/workflows/code-ci.yml
vendored
5
.github/workflows/code-ci.yml
vendored
@@ -3,13 +3,14 @@ name: Code-CI
|
||||
|
||||
## 触发条件
|
||||
on:
|
||||
# 手动触发部署
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'next'
|
||||
- '!pages/**'
|
||||
# 手动触发部署
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
Code-CI:
|
||||
|
||||
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -1,5 +1,5 @@
|
||||
# 构建Docker镜像
|
||||
name: Docker-Image
|
||||
name: Build-Docker-Image
|
||||
|
||||
## 触发条件
|
||||
on:
|
||||
|
||||
3
.github/workflows/esc-deploy.yml
vendored
3
.github/workflows/esc-deploy.yml
vendored
@@ -2,7 +2,8 @@
|
||||
name: Deploy-ESC
|
||||
|
||||
on:
|
||||
push: # 推送的时候触发
|
||||
## 推送到master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
2
.github/workflows/gh-deploy.yml
vendored
2
.github/workflows/gh-deploy.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Release New Version
|
||||
name: Github-Version-Release
|
||||
|
||||
on:
|
||||
## 当以 'v' 开头的标签推送到master时触发工作流程
|
||||
|
||||
Reference in New Issue
Block a user