From c71a806dd1f71106bdf105a5e7eaa21749191db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20Salih=20=C4=B0brahimba=C5=9F?= Date: Sat, 20 Jul 2024 23:22:45 +0300 Subject: [PATCH] Update coverage-badge.yml --- .github/workflows/coverage-badge.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/coverage-badge.yml b/.github/workflows/coverage-badge.yml index c226a92..b122ba7 100644 --- a/.github/workflows/coverage-badge.yml +++ b/.github/workflows/coverage-badge.yml @@ -1,6 +1,9 @@ name: Generate code coverage badge on: + push: + branches: + - main pull_request: branches: - main