From f1a78a6c51a0ab5fdc85692efc55d6685cb88716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= <tiangolo@gmail.com> Date: Fri, 25 Nov 2022 13:36:37 +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(#102)?= 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 b6f39d3..08310f3 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]