setup-dotnet/.github/workflows/licensed.yml

15 lines
364 B
YAML
Raw Normal View History

name: Licensed
on:
2021-08-25 15:29:43 +00:00
push:
branches:
- main
pull_request:
branches:
- main
2021-12-23 11:35:09 +00:00
workflow_dispatch:
jobs:
2022-12-15 15:24:18 +00:00
call-licensed: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/licensed.yml
name: Licensed
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main