mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-27 16:02:18 +02:00
Ci build script (#27)
* Added bob.yml * Added all platforms * Added macOS builder * There's no jre on macOS * jarsigner exists in the jdk * Added pull_request_target * Added cron job
This commit is contained in:
committed by
GitHub
parent
f5aa57452f
commit
3cd0328c2a
5
.github/workflows/trigger-site-rebuild.yml
vendored
5
.github/workflows/trigger-site-rebuild.yml
vendored
@@ -1,6 +1,9 @@
|
||||
name: Trigger site rebuild
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
site-rebuild:
|
||||
|
Reference in New Issue
Block a user