From 449c17dbafdf5ad7fa1d4213939ea9f295361324 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 27 Jan 2021 21:19:00 +0100 Subject: [PATCH] Run unit tests for PRs --- .github/workflows/continuous_testing.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous_testing.yaml b/.github/workflows/continuous_testing.yaml index 0732838..cb8fa97 100644 --- a/.github/workflows/continuous_testing.yaml +++ b/.github/workflows/continuous_testing.yaml @@ -1,6 +1,9 @@ -name: test -on: push - +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + jobs: build_and_test: name: test