From 9cdfb7ca7bb1752d8799e29dd2291ff8036843b5 Mon Sep 17 00:00:00 2001 From: Skelmis Date: Sat, 30 Sep 2023 10:59:28 +1000 Subject: [PATCH] chore: run tests on all branches --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9842d5..9e29b53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,6 @@ # This workflow will install Python dependencies and run tests name: "Pytest" -on: - pull_request: - branches: [ master ] - push: - branches: [ master ] +on: [pull_request, push] jobs: run_tests: