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

Enable "Licence-date-verification" check on release branches
This commit is contained in:
Robert Baldyga 2022-10-21 07:18:50 +02:00 committed by GitHub
commit 4e0ff7d2c4
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"