From 261239e7f6b0ff86876aebcb11292722e59c0c78 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Sun, 19 Sep 2021 18:07:12 -0500 Subject: [PATCH] [CI] Removed gsoc21 branch --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3d2f96..f9d83a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,18 +4,14 @@ on: push: branches: - master - - gsoc21 pull_request: branches: - master - - gsoc21 jobs: - tests: name: QA-Checks and Tests runs-on: ubuntu-20.04 - steps: - uses: actions/checkout@v2 with: