Browse Source

Update libs.yml

Only run if library source files shave changed.
pull/62/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
1a703b3bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/libs.yml

10
.github/workflows/libs.yml

@ -2,11 +2,13 @@ name: Build Native Libraries
on: on:
push: push:
branches: paths:
- '*' - '**.cpp'
- '**.mm'
pull_request: pull_request:
branches: paths:
- '*' - '**.cpp'
- '**.mm'
jobs: jobs:
windows: windows:
name: Windows (Java 11) name: Windows (Java 11)

Loading…
Cancel
Save