From 36dc413a980de24882f815fd04bc01231a853130 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/semver_checks.yml b/.github/workflows/semver_checks.yml index 13bb22a408..379a0a3caf 100644 --- a/.github/workflows/semver_checks.yml +++ b/.github/workflows/semver_checks.yml @@ -4,9 +4,12 @@ name: Semver checks on: pull_request_target: + Commented out for testing purposes branches: - main - 'branch-*' + # For testing purposes + - semver-checks push: tags: - v*.*.*