condition for pushing e2e screenshots

This commit is contained in:
Jan Prochazka
2025-03-23 11:18:36 +01:00
parent 2b7d950a9f
commit 6e4c6d0c54

View File

@@ -63,6 +63,7 @@ jobs:
path: screenshots path: screenshots
- name: Push E2E screenshots - name: Push E2E screenshots
if: ${{ github.ref_name == 'master' }}
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"