From 2397f49d98ba363d66d35a49e90f85498479fdde Mon Sep 17 00:00:00 2001 From: Alessandro Rabitti Date: Tue, 15 Oct 2024 09:19:50 +0200 Subject: [PATCH] Fixed the disabling of e2e tests from main branch --- .github/workflows/playwright.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b43eb83..c283d20 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -2,9 +2,7 @@ name: E2e tests on: pull_request: - branches: [ 'main', '*/*' ] - push: - branches: [] + branches: [ '**/*' ] jobs: test: