From f97ca0a6e62e166403b670aba248ba804925900b Mon Sep 17 00:00:00 2001 From: Fabian Albert Date: Wed, 10 Jan 2024 09:07:10 +0100 Subject: [PATCH] Enable CI --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa06c28d37a..5dbdb099286 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,12 +11,11 @@ permissions: # implicitly all other scopes not listed become none on: + # TODO Remove on PR push: - branches: [ master ] + branches: [ master, pqc/classic_mceliece ] pull_request: branches: [ master ] - # TODO Remove on final PR - workflow_dispatch: # cancel running workflows when new commits are being pushed in pull requests # but not on the master branch