From 30c01c5df210b14e70845049afb2be4710f10e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Bary=C5=82a?= Date: Wed, 24 Jan 2024 17:11:52 +0100 Subject: [PATCH] WIP: Disable PR name check --- .github/workflows/semver_checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semver_checks.yml b/.github/workflows/semver_checks.yml index 6153523475..668ab1c5ff 100644 --- a/.github/workflows/semver_checks.yml +++ b/.github/workflows/semver_checks.yml @@ -7,6 +7,8 @@ on: branches: - main - 'branch-*' + # For testing purposes + - semver-checks push: tags: - v*.*.*