8000 fix: add dockertest v3 path · ory/meta@c091d79 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit c091d79

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)
0