From 42f64725f25a088a6e9b38be5f1900474cc60382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=A4llberg?= Date: Mon, 21 Aug 2023 16:27:20 +0800 Subject: [PATCH] Run tests on pull requests as well --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b48c6dbc3..251055ec7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,8 @@ name: Check that the RGL can successfully build on: - push + - push + - pull_request jobs: build: