From af9ac4530de3c39c1d210fe6c82d193b421cd338 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Wed, 9 Sep 2026 18:10:53 -0300 Subject: [PATCH] [ci] Enabled CI on 1.3 branch --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2824ca0ba..a6435cf7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,11 +5,13 @@ on: push: branches: - master + - "1.3" pull_request: branches: - master - "1.1" - "1.2" + - "1.3" - "gsoc26-x509-certificate-generator-templates" - "gsoc26-mass-commands"