From f9d1f25cb8c4a20fbcef463a4002a2cdb0a91c5a Mon Sep 17 00:00:00 2001 From: Vasily Fedoseyev Date: Mon, 23 Oct 2023 20:19:12 +0300 Subject: [PATCH] Run tests once on merge requests --- .github/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 53fa22b..7d88b2e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,7 +1,9 @@ name: Test on: - - push - - pull_request + push: + branches: + - master + pull_request: jobs: runTests: runs-on: ubuntu-latest