diff --git a/.github/workflows/development-binaries.yaml b/.github/workflows/development-binaries.yaml index 4a2705b..2d70da3 100644 --- a/.github/workflows/development-binaries.yaml +++ b/.github/workflows/development-binaries.yaml @@ -3,7 +3,7 @@ name: Development Binaries on: push: branches: - - dev/1.5.x + - dev/1.6.x jobs: binaries: diff --git a/.github/workflows/development-tag.yaml b/.github/workflows/development-tag.yaml index a3dc0ee..23db34c 100644 --- a/.github/workflows/development-tag.yaml +++ b/.github/workflows/development-tag.yaml @@ -3,7 +3,7 @@ name: Development Tag on: push: branches: - - dev/1.5.x + - dev/1.6.x jobs: docker: diff --git a/pull_request_template.md b/pull_request_template.md index b45a9ec..75eb426 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -7,8 +7,8 @@ * [ ] I have read the code of conduct. * [ ] I am submitting to the correct base branch ### Changes that modify the db structure