From ea095d899087961da7a3fc3fe7d9a291e3c21e84 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Mon, 17 Oct 2022 12:29:59 +0200 Subject: [PATCH] Enable "Licence-date-verification" check on release branches Signed-off-by: Robert Baldyga --- .github/workflows/pullrequest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 685197b..c53c760 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -3,6 +3,7 @@ on: pull_request: branches: - master + - v* env: EXTENSIONS: "c h cpp py go sh mk spec service"