From d5c192145ee8edd73db46a049b9968b77cfcfba1 Mon Sep 17 00:00:00 2001 From: Michal Kruczek Date: Tue, 4 Oct 2022 16:19:58 +0200 Subject: [PATCH] feat: github actions - reduce number of builds for PRs --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5e53bb9f5f7..80e94b17b88 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,8 +1,10 @@ name: "Tests" on: - - pull_request - - push + pull_request: ~ + push: + branches: + - "master" jobs: test: