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