From f5a402e9b998d59b7aec8b39e648adf983f9bac5 Mon Sep 17 00:00:00 2001 From: rexpl <75545403+rexpl@users.noreply.github.com> Date: Thu, 29 Jan 2026 23:40:11 +0100 Subject: [PATCH] only run on pull request --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 49f9b06..617aeeb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,8 +3,6 @@ name: Tests on: pull_request: branches: [ "**" ] - push: - branches: [ main ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -62,4 +60,4 @@ jobs: with: name: playwright-report path: playwright-report - retention-days: 7 \ No newline at end of file + retention-days: 7