Add e2e scheduling for 3.2.x branch

This commit is contained in:
Janne Valkealahti
2024-03-10 15:49:43 +00:00
parent 2f1717464a
commit 90e032d6ce

View File

@@ -14,7 +14,7 @@ jobs:
if: github.repository_owner == 'spring-projects'
strategy:
matrix:
branch: [ main, 3.1.x ]
branch: [ main, 3.2.x, 3.1.x ]
runs-on: ubuntu-latest
steps:
- name: Checkout