From 887b0e14d9285bdf64eab3e44eb7000cdb55b44b 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: