From 9ac358083943f6339fc304a6e218b634fd1e30bd Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Tue, 24 Oct 2023 12:41:32 +0530 Subject: [PATCH] Improve CI --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b67c38..61330a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,9 @@ on: push: branches: - master - - feature/switch-to-vim-testify pull_request: branches: - master - - feature/switch-to-vim-testify concurrency: group: ${{ github.workflow }}