diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml
index adef2b857..a7ee8446f 100644
--- a/.github/workflows/add-pr-labels.yml
+++ b/.github/workflows/add-pr-labels.yml
@@ -1,19 +1,20 @@
 ---
 name: Add pull request labels
 
 on:
   pull_request_target:
     branches:
       - current
       - crux
       - equuleus
       - sagitta
+      - circinus
 
 permissions:
   pull-requests: write
   contents: read
 
 jobs:
   add-pr-label:
     uses: vyos/.github/.github/workflows/add-pr-labels.yml@current
     secrets: inherit
diff --git a/.github/workflows/chceck-pr-message.yml b/.github/workflows/chceck-pr-message.yml
index a9548f909..c567a5934 100644
--- a/.github/workflows/chceck-pr-message.yml
+++ b/.github/workflows/chceck-pr-message.yml
@@ -1,20 +1,21 @@
 ---
 name: Check pull request message format
 
 on:
   pull_request_target:
     branches:
       - current
       - crux
       - equuleus
       - sagitta
+      - circinus
     types: [opened, synchronize, edited]
 
 permissions:
   pull-requests: write
   contents: read
 
 jobs:
   check-pr-title:
     uses: vyos/.github/.github/workflows/check-pr-message.yml@current
     secrets: inherit
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml
index 835cc1180..322d4f3a8 100644
--- a/.github/workflows/check-unused-imports.yml
+++ b/.github/workflows/check-unused-imports.yml
@@ -1,16 +1,17 @@
 name: Check for unused imports using Pylint
 on:
   pull_request:
     branches:
       - current
       - equuleus
       - sagitta
+      - circinus
   workflow_dispatch:
 
 permissions:
   contents: read
 
 jobs:
   check-unused-imports:
     uses: vyos/.github/.github/workflows/check-unused-imports.yml@current
     secrets: inherit
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 3b654c0db..12654e42e 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -1,22 +1,22 @@
 name: "Perform CodeQL Analysis"
 
 on:
   push:
-    branches: [ "current", "sagitta", "equuleus" ]
+    branches: [ "current", "sagitta", "equuleus", "circinus" ]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [ "current" ]
   schedule:
     - cron: '22 10 * * 0'
 
 permissions:
   actions: read
   contents: read
   security-events: write
 
 jobs:
   codeql-analysis-call:
     uses: vyos/.github/.github/workflows/codeql-analysis.yml@current
     secrets: inherit
     with:
       languages: "['python']"