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: on:
push: push:
branches: branches:
- stable
- master - master
- develop - develop
- 'feature/**' - 'feature/**'
@@ -67,7 +68,7 @@ jobs:
path: screenshots path: screenshots
- name: Push E2E screenshots - name: Push E2E screenshots
if: ${{ github.ref_name == 'master' }} if: ${{ github.ref_name == 'stable' }}
run: | run: |
git config --global user.email "info@dbgate.info" git config --global user.email "info@dbgate.info"
git config --global user.name "GitHub Actions" git config --global user.name "GitHub Actions"