From 5d39e22d3e8ca692ede25e0aea572d61b4bacb6e Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Wed, 21 Aug 2024 11:09:55 +0300 Subject: [PATCH] workflows: run tests for master Sometimes merged code != PR code and we want to have some proper statistics for covertage as well (it doesn't have proper data for master now because we're not collecting it). Signed-off-by: Roman Khimov --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 074c93b8..5fd0eb74 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,11 @@ name: neofs-sdk-go tests on: + push: + branches: + - master + paths-ignore: + - '*.md' pull_request: branches: - master