screenshots only from stable branch

This commit is contained in:
SPRINX0\prochazka
2025-12-19 13:23:02 +01:00
parent dedfe1f421
commit 1f19d1925a

View File

@@ -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"