From cb98736e7968a51e25c3a7b81ec633cd9aebea05 Mon Sep 17 00:00:00 2001 From: Vadim Zaliva Date: Fri, 15 Sep 2023 14:08:24 -0700 Subject: [PATCH] new branch for revocatoin proofs with CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3688b445..6795f4469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - revocation-proofs # pull_request: {} # cancel in-progress job when a new push is performed