From 29ef9cd21c754bcc202613d04aee45dfb7c389dd Mon Sep 17 00:00:00 2001 From: Gard Rimestad Date: Fri, 15 Dec 2023 13:46:58 +0100 Subject: [PATCH] feat: run tests on pull requests This enables the pull request action on pull requests --- .github/workflows/prs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prs.yml b/.github/workflows/prs.yml index 1866c40f..e590090e 100644 --- a/.github/workflows/prs.yml +++ b/.github/workflows/prs.yml @@ -5,6 +5,7 @@ name: Pull request # Controls when the action will run. on: push: + pull_request: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: