From deccf1e338a92a21454280d7d77ecf027663942c Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Wed, 5 Jul 2023 09:01:45 +0200 Subject: [PATCH] Reenable ssl test --- .github/workflows/ssl_cert.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ssl_cert.yml b/.github/workflows/ssl_cert.yml index 784c213..4f0ea74 100644 --- a/.github/workflows/ssl_cert.yml +++ b/.github/workflows/ssl_cert.yml @@ -1,14 +1,12 @@ name: SSL certificate test on: - # Workflow is disabled due to incompatible changes in "test_container_ssl" - # - # push: - # paths: - # - "**.py" - # - "**.yml" - # branches: - # - master + push: + paths: + - "**.py" + - "**.yml" + branches: + - master pull_request: workflow_dispatch: