From d3880bd7a19d53fbba95c9955339338dfc183b61 Mon Sep 17 00:00:00 2001 From: Yurii Momotenko Date: Mon, 11 Mar 2024 18:06:42 +0100 Subject: [PATCH] Add pipeline to be run on PRs --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 41175c0..40d5d41 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,8 @@ name: test -on: push +on: + push: + pull_request: jobs: linting: