From bf1c1b95db2ffec59098e8a153b1ef1c6a8cb63c Mon Sep 17 00:00:00 2001 From: Vladimir Sitnikov Date: Thu, 18 May 2023 11:54:19 +0300 Subject: [PATCH] chore: excute CI tests in PRs --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f99b19..ec2f80c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,9 @@ on: push: branches: - '*' + pull_request: + branches: + - '*' jobs: build: