Update gitactions for dev branch, deprecate stable branch
This commit is contained in:
parent
bf5830f766
commit
410853e280
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- stable
|
- dev
|
||||||
jobs:
|
jobs:
|
||||||
build-tests:
|
build-tests:
|
||||||
name: Test and Build
|
name: Test and Build
|
||||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -2,8 +2,6 @@ name: Build Release Suite
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- stable
|
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
|
||||||
|
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- stable
|
- dev
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Check
|
name: Check
|
||||||
|
Loading…
Reference in New Issue
Block a user