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:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- hotfix
|
||||
- hotfix/*
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -4,9 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- hotfix
|
||||
- hotfix/*
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
Loading…
x
Reference in New Issue
Block a user