Skip to content

fix: Update realtime image version to v2.57.3 (#4374) #292

fix: Update realtime image version to v2.57.3 (#4374)

fix: Update realtime image version to v2.57.3 (#4374) #292

Workflow file for this run

name: Check Deploy
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
branches:
- main
permissions:
contents: read
jobs:
check:
if: github.head_ref != 'develop'
runs-on: ubuntu-latest
steps:
- run: |
echo "Pull requests to main branch are only allowed from develop branch."
exit 1