Skip to content

Commit

Permalink
updated actions (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Nov 25, 2021
1 parent 0fbccc4 commit 7823c18
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 20 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,41 @@ on:
branches: [ master ]
paths:
- 'binding/dotnet/**'
- '!binding/dotnet/README.md'
- 'lib/beaglebone/**'
- 'lib/common/**'
- 'lib/linux/**'
- 'lib/jetson/**'
- 'lib/mac/**'
- 'lib/raspberry-pi/**'
- 'lib/windows/**'
- '!binding/dotnet/README.md'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/common/**'
- 'resources/contexts/jetson/**'
- 'resources/contexts/linux/**'
- 'resources/contexts/mac/**'
- 'resources/contexts/raspberry-pi/**'
- 'resources/contexts/windows/**'

pull_request:
branches: [ master ]
paths:
- 'binding/dotnet/**'
- '!binding/dotnet/README.md'
- 'lib/beaglebone/**'
- 'lib/common/**'
- 'lib/linux/**'
- 'lib/jetson/**'
- 'lib/mac/**'
- 'lib/raspberry-pi/**'
- 'lib/windows/**'
- '!binding/dotnet/README.md'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/common/**'
- 'resources/contexts/jetson/**'
- 'resources/contexts/linux/**'
- 'resources/contexts/mac/**'
- 'resources/contexts/raspberry-pi/**'
- 'resources/contexts/windows/**'

defaults:
run:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
- 'binding/java/**'
- '!binding/java/README.md'
- 'lib/java/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/common/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/jetson/**'
- 'resources/contexts/linux/**'
- 'resources/contexts/mac/**'
Expand All @@ -21,8 +20,7 @@ on:
- 'binding/java/**'
- '!binding/java/README.md'
- 'lib/java/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/common/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/jetson/**'
- 'resources/contexts/linux/**'
- 'resources/contexts/mac/**'
Expand Down
15 changes: 13 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,25 @@ on:
- 'binding/nodejs/**'
- '!binding/nodejs/README.md'
- 'lib/node/**'
- 'resources/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/jetson/**'
- 'resources/contexts/linux/**'
- 'resources/contexts/mac/**'
- 'resources/contexts/raspberry-pi/**'
- 'resources/contexts/windows/**'

pull_request:
branches: [ master ]
paths:
- 'binding/nodejs/**'
- '!binding/nodejs/README.md'
- 'lib/node/**'
- 'resources/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/jetson/**'
- 'resources/contexts/linux/**'
- 'resources/contexts/mac/**'
- 'resources/contexts/raspberry-pi/**'
- 'resources/contexts/windows/**'

defaults:
run:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
- 'lib/mac/**'
- 'lib/raspberry-pi/**'
- 'lib/windows/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/common/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/jetson/**'
- 'resources/contexts/linux/**'
- 'resources/contexts/mac/**'
Expand All @@ -32,8 +31,7 @@ on:
- 'lib/mac/**'
- 'lib/raspberry-pi/**'
- 'lib/windows/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/common/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/jetson/**'
- 'resources/contexts/linux/**'
- 'resources/contexts/mac/**'
Expand Down
14 changes: 10 additions & 4 deletions .github/workflows/react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ on:
paths:
- 'binding/react-native/**'
- '!binding/react-native/README.md'
- 'lib/**'
- 'resources/**'
- 'lib/android/**'
- 'lib/common/**'
- 'lib/ios/**'
- 'resources/android/**'
- 'resources/ios/**'
pull_request:
branches: [ master ]
paths:
- 'binding/react-native/**'
- '!binding/react-native/README.md'
- 'lib/**'
- 'resources/**'
- 'lib/android/**'
- 'lib/common/**'
- 'lib/ios/**'
- 'resources/android/**'
- 'resources/ios/**'

defaults:
run:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ on:
- 'lib/mac/**'
- 'lib/raspberry-pi/**'
- 'lib/windows/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/common/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/jetson/**'
- 'resources/contexts/linux/**'
- 'resources/contexts/mac/**'
Expand All @@ -33,8 +32,7 @@ on:
- 'lib/mac/**'
- 'lib/raspberry-pi/**'
- 'lib/windows/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/common/**'
- 'resources/contexts/beaglebone/**'
- 'resources/contexts/jetson/**'
- 'resources/contexts/linux/**'
- 'resources/contexts/mac/**'
Expand Down

0 comments on commit 7823c18

Please sign in to comment.