From 501db82adc4760f3de432c6b8c209495399e0232 Mon Sep 17 00:00:00 2001 From: Teppo Kurki Date: Mon, 6 Nov 2023 19:45:01 +0200 Subject: [PATCH] chore: run tests on PRs by others --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4de5d81..28348ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,11 @@ name: CI Test -on: push +on: + push: + branches: + - main + pull_request: + types: [opened, reopened, synchronize] + jobs: test: runs-on: ubuntu-latest