From f80989d493e501ab3731fc21327494d905ea8751 Mon Sep 17 00:00:00 2001 From: kouinkouin Date: Thu, 10 Oct 2024 15:58:22 +0200 Subject: [PATCH] chore(actions): execute tests on pull-requests --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87df907..ef943cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,7 @@ -on: [push] +on: + push: + pull_request: + jobs: build-and-test: name: Build and test