Small change for TESTING #935
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |