Skip to content

Commit

Permalink
chore: update repository templates to ory/meta@cbb120b
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent c23fe1a commit b3b2328
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
- master

jobs:
check:
licenses:
name: License compliance
runs-on: ubuntu-latest
steps:
- name: Install script
Expand All @@ -22,3 +23,6 @@ jobs:
uses: ory/ci/licenses/check@master
- name: Write licenses
uses: ory/ci/licenses/write@master
if:
${{ github.ref == 'refs/heads/main' || github.ref ==
'refs/heads/master' }}

0 comments on commit b3b2328

Please sign in to comment.