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