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 }}