Merge remote-tracking branch 'main' into dev/1.5.x
This commit is contained in:
commit
682d4365b5
2
.github/workflows/development-binaries.yaml
vendored
2
.github/workflows/development-binaries.yaml
vendored
@ -3,7 +3,7 @@ name: Development Binaries
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev/1.5.x
|
||||
- dev/1.6.x
|
||||
|
||||
jobs:
|
||||
binaries:
|
||||
|
||||
2
.github/workflows/development-tag.yaml
vendored
2
.github/workflows/development-tag.yaml
vendored
@ -3,7 +3,7 @@ name: Development Tag
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev/1.5.x
|
||||
- dev/1.6.x
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
* [ ] I have read the code of conduct.
|
||||
* [ ] I am submitting to the correct base branch
|
||||
<!--
|
||||
* Bug fixes must go to `dev/1.4.x`.
|
||||
* New features must go to `dev/1.5.x`.
|
||||
* Bug fixes must go to `dev/1.5.x`.
|
||||
* New features must go to `dev/1.6.x`.
|
||||
-->
|
||||
### Changes that modify the db structure
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user