update PR release to 3.26

This commit is contained in:
Denis Rouzaud 2022-08-08 15:09:47 +02:00 committed by GitHub
parent 521ad190d8
commit d3cda6973e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
if [[ "${GITHUB_REF}" =~ ^refs/tags ]]; then
echo "::set-output name=matrix::{\"branch\":[\"${GITHUB_REF##*/}\"]}"
else
echo "::set-output name=matrix::{\"branch\":[\"master\", \"release-3_22\", \"release-3_24\"]}"
echo "::set-output name=matrix::{\"branch\":[\"master\", \"release-3_22\", \"release-3_26\"]}"
fi
build-docker: