From ee6a4bcc58aa426d2cb602e8fa6e22bd5ba3a177 Mon Sep 17 00:00:00 2001 From: Roni Frantchi Date: Wed, 13 Oct 2021 08:02:07 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c729b7d5..666d4f9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: CI -on: [push] +on: + pull_request: + types: [opened, synchronize] jobs: test: