From e82ce12c6b7b99330ae3a54cc3280f6a949b9452 Mon Sep 17 00:00:00 2001 From: Deepak Bomjan Date: Tue, 18 Jun 2024 15:58:30 +0545 Subject: [PATCH] ci: update action trigger --- .github/workflows/soroban-codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/soroban-codecov.yml b/.github/workflows/soroban-codecov.yml index 3c580b5..0241956 100644 --- a/.github/workflows/soroban-codecov.yml +++ b/.github/workflows/soroban-codecov.yml @@ -3,10 +3,10 @@ name: Soroban contracts Codecov on: pull_request: branches: - - "**" + - "main" push: branches: - - main + - "**" jobs: code-coverage: