From b636b889f3ca657e0f3d498e0b5e0af8a50a496d Mon Sep 17 00:00:00 2001 From: Juraj Piar Date: Mon, 10 Jun 2024 16:36:55 +0100 Subject: [PATCH] fix(ci): runs test only once on PR opened --- .github/workflows/build_and_test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 025a170bf1..2bda3e5d2f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -1,11 +1,8 @@ name: Build and Test on: - push: - branches: - - '**' pull_request: - types: [opened, reopened] + types: [opened, reopened, synchronize] branches: - '**'