From 119cbc7da02cc63e6f4c40564a06290524861730 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Wed, 20 Dec 2023 11:20:29 +0100 Subject: [PATCH] TEST --- .github/workflows/libressl.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/libressl.yml b/.github/workflows/libressl.yml index ad5f294eee9..e31da8a2c84 100644 --- a/.github/workflows/libressl.yml +++ b/.github/workflows/libressl.yml @@ -1,11 +1,7 @@ name: LibreSSL on: - push: - branches: - - master - - 'support/*' - pull_request: {} + push: {} concurrency: group: libressl-${{ github.event_name == 'push' && github.sha || github.ref }}