We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a22372 commit a9ecbfcCopy full SHA for a9ecbfc
.github/workflows/licenses.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: ory/ci/licenses/write@master
26
if:
27
${{ github.ref == 'refs/heads/main' || github.ref ==
28
- 'refs/heads/master' }}
+ 'refs/heads/master' || github.ref == 'refs/heads/v3' }}
29
with:
30
author-email:
31
${{ secrets.ORY_BOT_PAT &&
0 commit comments