Merge pull request #760 from robertbaldyga/license-check-on-relase-branches

Enable "Licence-date-verification" check on release branches
This commit is contained in:
Robert Baldyga 2022-11-22 20:25:00 +01:00 committed by GitHub
commit c6071bbbb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- v*
env: env:
EXTENSIONS: "c h cpp py go sh mk spec service" EXTENSIONS: "c h cpp py go sh mk spec service"