From c61e2cb2ce74a1acf09b050b1b548a9310a86a33 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 4 Jul 2022 07:10:13 +0200 Subject: [PATCH] ci: Also run tests for pull requests --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06ea6c4..43ddd8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,11 @@ on: - '.github/workflows/test.yml' - 'tests/**' - 'version.cmake' + pull_request: + paths: + - '.github/workflows/test.yml' + - 'tests/**' + - 'version.cmake' jobs: test: