From 9289abaf49a2a3a32f3327ceaf1f5c96f88f4a24 Mon Sep 17 00:00:00 2001 From: Formartha Date: Sun, 7 Apr 2024 21:07:07 +0300 Subject: [PATCH] fixed scope of tests --- .github/workflows/test-commit.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-commit.yml b/.github/workflows/test-commit.yml index c550305..0aaafbf 100644 --- a/.github/workflows/test-commit.yml +++ b/.github/workflows/test-commit.yml @@ -2,9 +2,7 @@ name: Run Tests on: push: - branches: [ main ] - pull_request: - branches: [ main ] + branches: [ '*' ] jobs: