feat:只保留 main 分支的 CICD
This commit is contained in:
parent
690dde1cd0
commit
3cb6cfd6d2
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -4,9 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
|
||||||
- hotfix
|
|
||||||
- hotfix/*
|
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
|
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -4,9 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
|
||||||
- hotfix
|
|
||||||
- hotfix/*
|
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
|
Loading…
x
Reference in New Issue
Block a user