Skip to content

Commit

Permalink
rm 2.1 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Jan 21, 2022
1 parent ae9ccf5 commit 368b46e
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-appcenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Android AppCenter Tests
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/android/Activity/picovoice-activity-demo-app/build.gradle'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/android/Activity/picovoice-activity-demo-app/build.gradle'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/angular-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Angular Demos
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/angular/**'
- '!demo/angular/README.md'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/angular/**'
- '!demo/angular/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Angular
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/angular/**'
- '!sdk/angular/README.md'
- 'resources/porcupine'
- 'resources/rhino'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/angular/**'
- '!sdk/angular/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: .NET Demos
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/dotnet/**'
- '!demo/dotnet/README.md'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/dotnet/**'
- '!demo/dotnet/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: .NET
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/dotnet/**'
- '!sdk/dotnet/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/dotnet/**'
- '!sdk/dotnet/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Go Demos
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/go/**'
- '!demo/go/README.md'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/go/**'
- '!demo/go/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Go
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/go/**'
- '!sdk/go/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/go/**'
- '!sdk/go/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-appcenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: iOS AppCenter Tests
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/ios/ForegroundApp/Podfile.lock'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/ios/ForegroundApp/Podfile.lock'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Java Demos
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/java/**'
- '!demo/java/README.md'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/java/**'
- '!demo/java/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Java
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/java/**'
- '!sdk/java/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/java/**'
- '!sdk/java/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Nodejs
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/nodejs/**'
- '!sdk/nodejs/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/nodejs/**'
- '!sdk/nodejs/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Python
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- '.github/workflows/python.yml'
- 'sdk/python/**'
Expand All @@ -12,7 +12,7 @@ on:
- 'resources/rhino'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/python/**'
- '!sdk/python/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/react-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: React Demos
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/react/**'
- '!demo/react/README.md'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/react/**'
- '!demo/react/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: React Native
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/react-native/**'
- '!sdk/react-native/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/react-native/**'
- '!sdk/react-native/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: React
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/react/**'
- '!sdk/react/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/react/**'
- '!sdk/react/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Rust Demos
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/rust/**'
- '!demo/rust/README.md'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/rust/**'
- '!demo/rust/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Rust
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/rust/**'
- '!sdk/rust/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/rust/**'
- '!sdk/rust/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vue-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Vue Demos
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/vue/**'
- '!demo/vue/README.md'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/vue/**'
- '!demo/vue/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Vue
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/vue/**'
- '!sdk/vue/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/vue/**'
- '!sdk/vue/README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Web
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/web/**'
- '!sdk/web/README.md'
- 'resources/porcupine'
- 'resources/rhino'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'sdk/web/**'
- '!sdk/web/README.md'
Expand Down

0 comments on commit 368b46e

Please sign in to comment.