* Updated workflow files * added the manual trigger to the android workflow
@@ -1,8 +1,18 @@
name: Android
on:
+ workflow_dispatch:
push:
+ paths:
+ - 'src/**'
+ - 'examples/**'
+ - '.github/workflows/android.yml'
pull_request:
release:
types: [published]
@@ -1,8 +1,17 @@
name: CMakeBuilds
+ - '.github/workflows/cmake.yml'
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
name: Linux
-on:
+on:
+ - '.github/workflows/linux.yml'
@@ -1,11 +1,18 @@
name: Linux Examples
+ - '.github/workflows/linux_examples.yml'
branches: [ master ]
paths:
- - 'examples/**'
jobs:
build:
name: macOS
+ - '.github/workflows/macos.yml'
name: WebAssembly
+ - '.github/workflows/webassembly.yml'
name: Windows
+ - '.github/workflows/windows.yml'
name: Windows Examples
+ - '.github/workflows/windows_examples.yml'