From ee1ebf7bc43048268837314c900a30cc9c4f6ddb Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 22 Apr 2023 10:30:14 +0200 Subject: [PATCH] ci: always run tests --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50712b2..68994c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: jobs: extras: runs-on: ubuntu-latest + if: ${{ github.ref == 'refs/heads/main' }} steps: - name: Install Neovim shell: bash @@ -29,6 +30,7 @@ jobs: commit_author: "github-actions[bot] " tests: needs: extras + if: always() strategy: matrix: # os: [ubuntu-latest, windows-latest]