From af5e4b51cbf164a940a46fa0f4608b14ca7f0200 Mon Sep 17 00:00:00 2001 From: Victor Andreasson Date: Sat, 16 Mar 2024 12:10:13 +0100 Subject: [PATCH] Run tests in pipeline --- .github/workflows/tests.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f712b3692..f413969e8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,4 +1,14 @@ jobs: + + on: + pull_request: + branches: + - 'master' + push: + branches: + - 'master' + workflow_dispatch: + test: runs-on: ubuntu-latest steps: