2020-08-11 20:48:13 -04:00
|
|
|
name: Licensed
|
|
|
|
|
|
|
|
on:
|
2021-08-25 11:29:43 -04:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- main
|
2021-12-23 14:35:09 +03:00
|
|
|
workflow_dispatch:
|
2020-08-11 20:48:13 -04:00
|
|
|
|
|
|
|
jobs:
|
2022-12-20 16:24:40 +01:00
|
|
|
call-licensed:
|
2022-12-14 11:41:18 +01:00
|
|
|
name: Licensed
|
2023-03-09 14:43:05 +02:00
|
|
|
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|