Skip to content

Run socket connect and message polling on a thread (#63) #99

Run socket connect and message polling on a thread (#63)

Run socket connect and message polling on a thread (#63) #99

name: Trigger site rebuild
on:
push:
branches:
- 'master'
jobs:
site-rebuild:
runs-on: ubuntu-latest
steps: [
{
name: 'Repository dispatch',
uses: defold/repository-dispatch@1.2.1,
with: {
repo: 'defold/defold.github.io',
token: '${{ secrets.SERVICES_GITHUB_TOKEN }}',
user: 'services@defold.se',
action: 'extension-websocket'
}
}]