2020-09-10 21:23:54 +08:00
|
|
|
name: Licensed
|
|
|
|
|
|
|
|
on:
|
2021-08-25 23:29:51 +08:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- main
|
2022-12-14 20:42:03 +08:00
|
|
|
workflow_dispatch:
|
2020-09-10 21:23:54 +08:00
|
|
|
|
|
|
|
jobs:
|
2022-12-20 23:40:38 +08:00
|
|
|
call-licensed:
|
2022-12-14 20:42:03 +08:00
|
|
|
name: Licensed
|
2022-12-19 20:43:06 +08:00
|
|
|
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|