From 1c84a7720dd95373a3a4fad4bc7bee7fe5179c77 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Wed, 8 Sep 2021 22:02:36 -0400 Subject: [PATCH] change when run test in CI --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54589184..1694c312 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,9 @@ on: paths-ignore: - 'README.md' push: + branches: + - main + - "release/**" paths-ignore: - 'README.md' jobs: