2020-09-23 17:23:32 -04:00
|
|
|
name: Licensed
|
|
|
|
|
|
|
|
on:
|
2021-09-13 05:52:18 -04:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- main
|
2021-12-08 14:04:47 -05:00
|
|
|
workflow_dispatch:
|
2020-09-23 17:23:32 -04:00
|
|
|
|
|
|
|
jobs:
|
2022-12-15 16:41:32 +01:00
|
|
|
call-licensed: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/licensed.yml
|
2022-12-14 14:53:47 +01:00
|
|
|
name: Licensed
|
|
|
|
#uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|
|
|
|
uses: IvanZosimov/reusable-workflows/.github/workflows/licensed.yml@main
|