From 33ef692d17bbe1d9fca970ec91685292137b56fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 13 Feb 2022 18:07:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Only=20test=20on=20push=20when?= =?UTF-8?q?=20on=20master,=20avoid=20duplicate=20CI=20runs=20from=20PRs=20?= =?UTF-8?q?(#358)?= 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 a326faa..68857fe 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]