From d790225e128498fc3f3f9cc08f15d537d5124996 Mon Sep 17 00:00:00 2001 From: Samuel Larsson Date: Sat, 21 Oct 2023 21:03:20 +0200 Subject: [PATCH] Allow tests to be run on pull requests --- .github/workflows/testing.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9ddc87b..7771fba 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,8 +1,12 @@ -on: [push] +name: Tests +on: + push: + pull_request: + branches: + - main jobs: - linux-test: - name: Linux + tests: runs-on: ubuntu-latest strategy: matrix: