Skip to content

Commit

Permalink
badge + action updates (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Nov 25, 2021
1 parent 249e677 commit cd630ac
Show file tree
Hide file tree
Showing 18 changed files with 61 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/angular-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'demo/angular/**'
- '!demo/angular/README.md'

pull_request:
branches: [ master ]
paths:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
paths:
- 'sdk/angular/**'
- '!sdk/angular/README.md'
- 'lib/wasm/**'
- 'resources/porcupine'
- 'resources/rhino'
pull_request:
branches: [ master ]
paths:
- 'sdk/angular/**'
- '!sdk/angular/README.md'
- 'lib/wasm/**'
- 'resources/porcupine'
- 'resources/rhino'

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'demo/dotnet/**'
- '!demo/dotnet/README.md'
pull_request:
branches: [ master]
branches: [ master ]
paths:
- 'demo/dotnet/**'
- '!demo/dotnet/README.md'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ on:
paths:
- 'sdk/dotnet/**'
- '!sdk/dotnet/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master ]
paths:
- 'sdk/dotnet/**'
- '!sdk/dotnet/README.md'
- 'resources/porcupine'
- 'resources/rhino'

defaults:
run:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ on:
paths:
- 'sdk/go/**'
- '!sdk/go/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master ]
paths:
- 'sdk/go/**'
- '!sdk/go/README.md'
- 'resources/porcupine'
- 'resources/rhino'

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ios-appcenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [ master ]
paths:
- 'demo/ios/ForegroundApp/Podfile.lock'

pull_request:
branches: [ master ]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/java-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'demo/java/**'
- '!demo/java/README.md'

pull_request:
branches: [ master ]
paths:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ on:
paths:
- 'sdk/java/**'
- '!sdk/java/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master ]
paths:
- 'sdk/java/**'
- '!sdk/java/README.md'
- 'resources/porcupine'
- 'resources/rhino'

defaults:
run:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ on:
paths:
- 'sdk/nodejs/**'
- '!sdk/nodejs/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master ]
paths:
- 'sdk/nodejs/**'
- '!sdk/nodejs/README.md'
- 'resources/porcupine'
- 'resources/rhino'

defaults:
run:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ on:
paths:
- 'sdk/python/**'
- '!sdk/python/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master ]
paths:
- 'sdk/python/**'
- '!sdk/python/README.md'
- 'resources/porcupine'
- 'resources/rhino'

defaults:
run:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ on:
paths:
- 'sdk/react-native/**'
- '!sdk/react-native/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master ]
paths:
- 'sdk/react-native/**'
- '!sdk/react-native/README.md'
- 'resources/porcupine'
- 'resources/rhino'

defaults:
run:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ on:
paths:
- 'sdk/react/**'
- '!sdk/react/README.md'
- 'lib/wasm/**'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master ]
paths:
- 'sdk/react/**'
- '!sdk/react/README.md'
- 'lib/wasm/**'
- 'resources/porcupine'
- 'resources/rhino'

defaults:
run:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rust-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
branches: [ master ]
paths:
- 'demo/rust/**'
- '!demo/rust/README.md'
- '!demo/rust/README.md'

pull_request:
branches: [ master ]
paths:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ on:
paths:
- 'sdk/rust/**'
- '!sdk/rust/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master ]
paths:
- 'sdk/rust/**'
- '!sdk/rust/README.md'
- 'resources/porcupine'
- 'resources/rhino'

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vue-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'demo/vue/**'
- '!demo/vue/README.md'

pull_request:
branches: [ master ]
paths:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ on:
paths:
- 'sdk/vue/**'
- '!sdk/vue/README.md'
- 'lib/wasm/**'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master ]
paths:
- 'sdk/vue/**'
- '!sdk/vue/README.md'
- 'lib/wasm/**'
- 'resources/porcupine'
- 'resources/rhino'

defaults:
run:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
paths:
- 'sdk/web/**'
- '!sdk/web/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master ]
paths:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[![PyPI](https://img.shields.io/pypi/v/picovoice)](https://pypi.org/project/picovoice/)
[![Nuget](https://img.shields.io/nuget/v/picovoice)](https://www.nuget.org/packages/Picovoice/)
[![Go Reference](https://pkg.go.dev/badge/github.com/Picovoice/picovoice/sdk/go.svg)](https://pkg.go.dev/github.com/Picovoice/picovoice/sdk/go)
[![Pub Version](https://img.shields.io/pub/v/picovoice)](https://pub.dev/packages/picovoice)
[![Go Reference](https://pkg.go.dev/badge/github.com/Picovoice/picovoice/sdk/go/v2.svg)](https://pkg.go.dev/github.com/Picovoice/picovoice/sdk/go/v2)
[![Pub Version](https://img.shields.io/pub/v/picovoice_flutter)](https://pub.dev/packages/picovoice_flutter)
[![npm](https://img.shields.io/npm/v/@picovoice/picovoice-react-native?label=npm%20%5Breact-native%5D)](https://www.npmjs.com/package/@picovoice/picovoice-react-native)
[![Maven Central](https://img.shields.io/maven-central/v/ai.picovoice/picovoice-android?label=maven%20central%20%5Bandroid%5D)](https://repo1.maven.org/maven2/ai/picovoice/picovoice-android/)
[![Maven Central](https://img.shields.io/maven-central/v/ai.picovoice/picovoice-java?label=maven%20central%20%5Bjava%5D)](https://repo1.maven.org/maven2/ai/picovoice/picovoice-java/)
Expand Down

0 comments on commit cd630ac

Please sign in to comment.