From 4a3374b9a175f5bea689f85f9cb7ed405b12400e Mon Sep 17 00:00:00 2001 From: George Usynin <103181646+heorhi-deriv@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:57:43 +0300 Subject: [PATCH] fix: add push trigger to master for coverall workflow (#17713) --- .github/workflows/coveralls.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index eae895f262fb..3f123137e6f4 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -1,6 +1,9 @@ name: Reporter -on: +on: + push: + branches: + - master pull_request: types: [opened, synchronize, edited]