From: Jérémie Astor Date: Thu, 20 Feb 2020 13:17:24 +0000 (+0100) Subject: :wrench: Fix branches X-Git-Tag: nightly~1837 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=5c45c665d276af3f9f946f77481213d5915a21d2;p=gwion.git :wrench: Fix branches --- 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: