From faa9f4709304565f875a98622a9d0886cc41fac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 21 Apr 2022 14:56:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Run=20tests=20only=20on=20PRs=20?= =?UTF-8?q?or=20when=20pushing=20on=20master=20to=20avoid=20double=20CI=20?= =?UTF-8?q?(#149)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a74e9e..fe6d76f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,8 @@ name: Test on: push: + branches: + - master pull_request: types: [opened, synchronize]