From f69b91ae25e02d82ea8de76105210adc33b32f6a Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Mon, 17 Oct 2022 12:31:37 +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 a114262..dc13b03 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"