From c86c6486b96349035d2dab8a75aaab1ebf5f25cc Mon Sep 17 00:00:00 2001 From: CI workflows Date: Mon, 22 Dec 2025 07:27:54 +0000 Subject: [PATCH] chore: auto-update github workflows --- .github/workflows/e2e-pro.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-pro.yaml b/.github/workflows/e2e-pro.yaml index 7d1f63fe8..9a1f0eff0 100644 --- a/.github/workflows/e2e-pro.yaml +++ b/.github/workflows/e2e-pro.yaml @@ -5,6 +5,7 @@ name: Cypress tests with screenshots PREMIUM 'on': push: branches: + - stable - master - develop - feature/** @@ -73,7 +74,7 @@ jobs: name: screenshots 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"