From 5c45c665d276af3f9f946f77481213d5915a21d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 20 Feb 2020 14:17:24 +0100 Subject: [PATCH] :wrench: Fix branches --- .github/workflows/coverage.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 15fb8772..ad83440b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -4,10 +4,12 @@ name: Coverage Report on: push: branches: - - 'master' + - '**' + - '!gh-pages' pull_request: branches: - - 'master' + - '**' + - '!gh-pages' jobs: build: -- 2.43.0