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"