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 &&