From f521f51509f981b256a71577806ff237e65d3804 Mon Sep 17 00:00:00 2001 From: Matthias Wippich <2440422+Tsche@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:16:40 +0100 Subject: [PATCH] Add pull request trigger to tests workflow --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 603a721..3d7ac42 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,8 @@ on: push: branches: - master + pull_request: + types: [opened, reopened] workflow_dispatch: jobs: @@ -24,4 +26,4 @@ jobs: run: conan build . --build=missing -s build_type=Debug -o tests=True - name: Run tests - run: ./build/Debug/rsl-util-test \ No newline at end of file + run: ./build/Debug/rsl-util-test