From 459dc7d2d9d00754660365b0b35d059209c90bed Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 4 Aug 2023 13:30:59 +0100 Subject: [PATCH] ci: skip semantic validation on release branches --- .github/workflows/semantic-pull-requests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semantic-pull-requests.yml b/.github/workflows/semantic-pull-requests.yml index 2ef53df62a..dde007e107 100644 --- a/.github/workflows/semantic-pull-requests.yml +++ b/.github/workflows/semantic-pull-requests.yml @@ -6,6 +6,8 @@ on: - opened - edited - synchronize + branches-ignore: + - "v[0-9]*" permissions: contents: read