diff --git a/.asf.yaml b/.asf.yaml index 5c3b8cb98d964..67ef4af88836e 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -80,6 +80,7 @@ github: branch-2.10: {} branch-2.11: {} branch-3.0: {} + branch-3.1: {} notifications: commits: commits@pulsar.apache.org diff --git a/.github/workflows/ci-owasp-dependency-check.yaml b/.github/workflows/ci-owasp-dependency-check.yaml index 69eb0a7a198eb..8713e9e8dd7bc 100644 --- a/.github/workflows/ci-owasp-dependency-check.yaml +++ b/.github/workflows/ci-owasp-dependency-check.yaml @@ -40,6 +40,7 @@ jobs: matrix: include: - branch: master + - branch: branch-3.1 - branch: branch-3.0 - branch: branch-2.11 - branch: branch-2.10