From 6f8ae71235a3bcdccf1628b1c9f0a090e6fcd987 Mon Sep 17 00:00:00 2001 From: Lewis Metcalf Date: Fri, 17 May 2024 09:42:09 +0100 Subject: [PATCH] ci: run test and lint on all pull requests, not just to prs to master branch --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db9885e..00e4d50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,6 @@ on: branches: - master pull_request: - branches: - - master jobs: test: