From fce009853cbe0b650e792afc27ab014fe37608e8 Mon Sep 17 00:00:00 2001 From: Sebastian Pekarek Date: Tue, 24 May 2022 16:23:24 +0200 Subject: [PATCH] ci: Do not enforce conventional commits for dev dependency updated --- .github/workflows/is-semantic-pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/is-semantic-pr.yml b/.github/workflows/is-semantic-pr.yml index 9031ffb3c..1e7510b4f 100644 --- a/.github/workflows/is-semantic-pr.yml +++ b/.github/workflows/is-semantic-pr.yml @@ -1,6 +1,8 @@ name: is-semantic-pr on: - - pull_request + pull_request: + branches-ignore: + - depfu/batch_dev/** jobs: is-semantic-release: