Skip to content

1.8.4

1.8.4 #50

Workflow file for this run

name: Commit Build
on:
pull_request:
push:
branches:
- master
paths:
- "src/**"
- "vendor/**"
- ".gitmodules"
- "CMake**"
- "**.js"
- "**.ts"
- "package-lock.json"
- "tsconfig.json"
- "!docs/**"
- ".github/workflows/*build.yml"
jobs:
commit-build:
uses: ./.github/workflows/build.yml