mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
chore: auto-update github workflows
This commit is contained in:
3
.github/workflows/e2e-pro.yaml
vendored
3
.github/workflows/e2e-pro.yaml
vendored
@@ -5,6 +5,7 @@ name: Cypress tests with screenshots PREMIUM
|
|||||||
'on':
|
'on':
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- stable
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- feature/**
|
- feature/**
|
||||||
@@ -73,7 +74,7 @@ jobs:
|
|||||||
name: screenshots
|
name: screenshots
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user