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:
|
||||
branches:
|
||||
- main
|
||||
- stable
|
||||
- dev
|
||||
jobs:
|
||||
build-tests:
|
||||
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:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
tags:
|
||||
- v*
|
||||
|
||||
|
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- stable
|
||||
- dev
|
||||
jobs:
|
||||
check:
|
||||
name: Check
|
||||
|
Loading…
Reference in New Issue
Block a user