From 2e2c07c3a0fa8e5f1d5cfdf480c81d94cb6aa595 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Fri, 21 May 2021 17:16:43 +0200 Subject: [PATCH] tests on PR (#375) * tests on PR --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ffb5240..f060ac5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,7 @@ name: test on: + pull_request: + types: [opened] push: branches: - "*"