From e8027c74a7deb73d0ba54b6a06728b54c1dcfa46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 25 Nov 2022 13:50:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Do=20not=20run=20double=20CI=20f?= =?UTF-8?q?or=20PRs,=20run=20on=20push=20only=20on=20master=20(#34)?= 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 f2736b3..dcb3501 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