Skip to content

Commit

Permalink
rm 2.1 from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Jan 21, 2022
1 parent d9158ad commit f4ef9ab
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/porcupine-activity-demo-app/build.gradle'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'demo/android/Activity/porcupine-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,12 +3,12 @@ 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:
- 'binding/angular/**'
- '!binding/angular/README.md'
- 'lib/**'
- 'resources/**'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/angular/**'
- '!binding/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,7 +3,7 @@ name: .NET
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/dotnet/**'
- '!binding/dotnet/README.md'
Expand All @@ -22,7 +22,7 @@ on:
- 'resources/keyword_files/windows/**'

pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/dotnet/**'
- '!binding/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,7 +3,7 @@ name: Go
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/go/**'
- '!binding/go/README.md'
Expand All @@ -21,7 +21,7 @@ on:
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/go/**'
- '!binding/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,11 +3,11 @@ 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,12 +3,12 @@ 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,7 +3,7 @@ name: Java
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/java/**'
- '!binding/java/README.md'
Expand All @@ -16,7 +16,7 @@ on:
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/java/**'
- '!binding/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,7 +3,7 @@ name: Nodejs
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/nodejs/**'
- '!binding/nodejs/README.md'
Expand All @@ -15,7 +15,7 @@ on:
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/nodejs/**'
- '!binding/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:
- 'binding/python/**'
- '!binding/python/README.md'
Expand All @@ -21,7 +21,7 @@ on:
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/python/**'
- '!binding/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,12 +3,12 @@ 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,7 +2,7 @@ name: React Native
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/react-native/**'
- '!binding/react-native/README.md'
Expand All @@ -12,7 +12,7 @@ on:
- 'resources/keyword_files/android/**'
- 'resources/keyword_files/ios/**'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/react-native/**'
- '!binding/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,14 +3,14 @@ name: React
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/react/**'
- '!binding/react/README.md'
- 'lib/wasm/**'
- 'resources/**'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/react/**'
- '!binding/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,12 +3,12 @@ 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,7 +3,7 @@ name: Rust
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/rust/**'
- '!binding/rust/README.md'
Expand All @@ -21,7 +21,7 @@ on:
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/rust/**'
- '!binding/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 @@ -2,12 +2,12 @@ name: Vue Demos

on:
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,14 +3,14 @@ name: Vue
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/vue/**'
- '!binding/vue/README.md'
- 'lib/**'
- 'resources/**'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/vue/**'
- '!binding/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,14 +3,14 @@ name: Web
on:
workflow_dispatch:
push:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/web/**'
- '!binding/web/README.md'
- 'lib/**'
- 'resources/**'
pull_request:
branches: [ master, v2.1 ]
branches: [ master ]
paths:
- 'binding/web/**'
- '!binding/web/README.md'
Expand Down

0 comments on commit f4ef9ab

Please sign in to comment.