Skip to content

Small change for TESTING #935

Small change for TESTING

Small change for TESTING #935

Workflow file for this run

name: LicenseCheck
on:
push:
# 'branches-ignore' or 'branches' can be used to filter specific branches.
# By default, without any filters, it runs on every push to all branches.
# To be explicit, you can use:
branches-ignore:
- 'develop'
- 'master'
- 'rebased/*'
jobs:
call-licensecheck:
uses: itext/github-workflows/.github/workflows/licensecheck.yml@master
secrets: inherit