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