From 21a742aa1db5398c5bec6eca0c19ca47352b6b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Wed, 8 Jul 2020 16:44:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20branch=20ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7895ab6..27b175b 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,9 +1,8 @@ name: pytest on: push: - branches: - - '**' - - '!master' + branches-ignore: + - 'master' pull_request: branches: - 'master'