[openssl] OpenSSL_1_1_1-stable update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Thu Dec 17 10:27:02 UTC 2020


The branch OpenSSL_1_1_1-stable has been updated
       via  69daea54fd88b8027bfce28af746e54e316a0a2b (commit)
      from  d73c93625f47fe66ea5c77db6757c1c20229ba23 (commit)


- Log -----------------------------------------------------------------
commit 69daea54fd88b8027bfce28af746e54e316a0a2b
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Wed Dec 16 09:39:31 2020 +0100

    Github CI: run also on repository pushes
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/13686)
    
    (cherry picked from commit 4159ebca3cb3d9586d6709c7a0166a4af5676f91)

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a00ed88098..6073ba29bf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,6 @@
 name: GitHub CI
 
-on: [pull_request]
+on: [pull_request, push]
 
 # for some reason, this does not work:
 # variables:


More information about the openssl-commits mailing list