Skip to content

Commit c091d79

Browse files
committedJan 2, 2025
fix: add dockertest v3 path
1 parent cb2a20f commit c091d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/repository/common/.github/workflows/licenses.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ory/ci/licenses/write@master
2323
if:
2424
${{ github.ref == 'refs/heads/main' || github.ref ==
25-
'refs/heads/master' }}
25+
'refs/heads/master' || github.ref == 'refs/heads/v3' }}
2626
with:
2727
author-email:
2828
${{ secrets.ORY_BOT_PAT &&

0 commit comments

Comments
 (0)