Skip to content

fix xrView visibility iOS (#1380) #396

fix xrView visibility iOS (#1380)

fix xrView visibility iOS (#1380) #396

Workflow file for this run

name: Dispatch master branch update
on:
workflow_dispatch:
push:
branches:
- master
jobs:
dispatch:
name: Dispatch ${{ github.sha }}
runs-on: windows-2019
strategy:
matrix:
repo: ['BabylonJS/BabylonReactNative']
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: ${{ matrix.repo }}
event-type: babylonnative-master-update
client-payload: '{ "sha": "${{ github.sha }}" }'