chore: auto-update github workflows

This commit is contained in:
CI workflows
2025-12-22 07:27:54 +00:00
parent 6ed5c163ba
commit c86c6486b9

View File

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