From 4bba729ef830bd520a3347be56e96a9b7ad1a531 Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Tue, 23 Jan 2024 09:38:04 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b82f668..cf56ac2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: test -on: [ push ] +on: [ push, pull_request ] concurrency: group: test-${{ github.head_ref }}