From 06f23860315fa1283fe56dd2cc75ac4bd72e69e2 Mon Sep 17 00:00:00 2001 From: Kirill Druzhinin Date: Wed, 1 May 2024 15:44:01 +0200 Subject: [PATCH] Test locked branch --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da147b4..e84afbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: Release on: - push: - tags: - - "*" + pull_request: + branches: + - master jobs: release: