Merge remote-tracking branch 'main' into dev/1.5.x

This commit is contained in:
vexorian 2025-12-01 11:29:11 -04:00
commit 682d4365b5
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ name: Development Binaries
on:
push:
branches:
- dev/1.5.x
- dev/1.6.x
jobs:
binaries:

View File

@ -3,7 +3,7 @@ name: Development Tag
on:
push:
branches:
- dev/1.5.x
- dev/1.6.x
jobs:
docker:

View File

@ -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