From c091d7964885eaf0458fca234bf3521ffc4bc43b Mon Sep 17 00:00:00 2001
From: aeneasr <3372410+aeneasr@users.noreply.github.com>
Date: Thu, 2 Jan 2025 13:09:06 +0100
Subject: [PATCH] fix: add dockertest v3 path

---
 templates/repository/common/.github/workflows/licenses.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/repository/common/.github/workflows/licenses.yml b/templates/repository/common/.github/workflows/licenses.yml
index 9431aee..2285fda 100644
--- a/templates/repository/common/.github/workflows/licenses.yml
+++ b/templates/repository/common/.github/workflows/licenses.yml
@@ -22,7 +22,7 @@ jobs:
         uses: ory/ci/licenses/write@master
         if:
           ${{ github.ref == 'refs/heads/main' || github.ref ==
-          'refs/heads/master' }}
+          'refs/heads/master' || github.ref == 'refs/heads/v3' }}
         with:
           author-email:
             ${{ secrets.ORY_BOT_PAT &&