From 96bda79092bedaa4fc1889b0ee5ffe8a400f0fd0 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Wed, 25 May 2022 21:07:49 +0300 Subject: [PATCH] Run basic checks on PRs and pushes to main only --- .github/workflows/testing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 79b2ba05d0..281c893403 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,8 +1,10 @@ name: Build and Test on: - pull_request: push: + branches: + - main + pull_request: jobs: regression-check: