2020-09-10 13:23:54 +00:00
|
|
|
name: Licensed
|
|
|
|
|
|
|
|
on:
|
2021-08-25 15:29:51 +00:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- main
|
2022-12-14 12:42:03 +00:00
|
|
|
workflow_dispatch:
|
2020-09-10 13:23:54 +00:00
|
|
|
|
|
|
|
jobs:
|
2022-12-14 12:42:03 +00:00
|
|
|
call-licensed:
|
|
|
|
name: Licensed
|
|
|
|
#uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|
|
|
|
uses: IvanZosimov/reusable-workflows/.github/workflows/licensed.yml@main
|