From 1f19d1925ad7c557620b174043cc9421867f93ef Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 19 Dec 2025 13:23:02 +0100 Subject: [PATCH] screenshots only from stable branch --- workflow-templates/e2e-pro.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workflow-templates/e2e-pro.yaml b/workflow-templates/e2e-pro.yaml index 599d6e676..c354eb5b2 100644 --- a/workflow-templates/e2e-pro.yaml +++ b/workflow-templates/e2e-pro.yaml @@ -3,6 +3,7 @@ name: Cypress tests with screenshots PREMIUM on: push: branches: + - stable - master - develop - 'feature/**' @@ -67,7 +68,7 @@ jobs: path: screenshots - name: Push E2E screenshots - if: ${{ github.ref_name == 'master' }} + if: ${{ github.ref_name == 'stable' }} run: | git config --global user.email "info@dbgate.info" git config --global user.name "GitHub Actions"