2020-09-09 23:39:29 +08:00
|
|
|
name: Licensed
|
|
|
|
|
|
|
|
on:
|
2021-08-06 02:39:40 +08:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- main
|
2023-01-17 19:57:27 +08:00
|
|
|
workflow_dispatch:
|
2020-09-09 23:39:29 +08:00
|
|
|
|
|
|
|
jobs:
|
2023-01-17 19:57:27 +08:00
|
|
|
call-licensed:
|
|
|
|
name: Licensed
|
|
|
|
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|