From: Tomas Mraz Date: Wed, 16 Dec 2020 08:39:31 +0000 (+0100) Subject: Github CI: run also on repository pushes X-Git-Tag: OpenSSL_1_1_1j~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69daea54fd88b8027bfce28af746e54e316a0a2b;p=thirdparty%2Fopenssl.git Github CI: run also on repository pushes Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/13686) (cherry picked from commit 4159ebca3cb3d9586d6709c7a0166a4af5676f91) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a00ed880989..6073ba29bf7 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: