From c431550c10f4a258534e5181a8ab382e297858ad Mon Sep 17 00:00:00 2001 From: Akiva Berger Date: Thu, 21 Sep 2023 11:28:51 +0300 Subject: [PATCH] chore(testing): update playwright branch line --- .github/workflows/integration-testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-testing.yaml b/.github/workflows/integration-testing.yaml index 51e1611f6d..d35bd35c60 100644 --- a/.github/workflows/integration-testing.yaml +++ b/.github/workflows/integration-testing.yaml @@ -2,7 +2,7 @@ name: Run Integration Tests on: pull_request: branches: - - master + - playwright_integration types: - closed