[openssl] master update
tmraz at fedoraproject.org
tmraz at fedoraproject.org
Thu Dec 17 10:26:43 UTC 2020
The branch master has been updated
via 4159ebca3cb3d9586d6709c7a0166a4af5676f91 (commit)
from a2e145f8dbf064b56f793fc77b3ccd79f7c67689 (commit)
- Log -----------------------------------------------------------------
commit 4159ebca3cb3d9586d6709c7a0166a4af5676f91
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)
-----------------------------------------------------------------------
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 32140d3aa3..601249f6f4 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