chore: workflows remove main-rc branch (#221)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
3b6ec39a1b
commit
17580da047
|
|
@ -4,11 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- main-rc
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- main-rc
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- main-rc
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- main-rc
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
codeql-build:
|
codeql-build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue