From 15b87e9dc1fe6bf1dc488c9790b04a05b6f67378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 8 Dec 2020 14:30:49 +0100 Subject: [PATCH] CI: Restrict code coverage to the master branch. --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index bc3d12a9..8b9076e1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,6 +2,7 @@ name: Code coverage on: push: + branches: [ master ] env: CARGO_TERM_COLOR: always