Skip to content

Commit

Permalink
Fix push/pull_request filters for prep env.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 16, 2023
1 parent 0efbd18 commit 7095f29
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-graalvm-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
paths:
- 'common/graalvm-reachability-metadata/**'
- '.github/actions/prepare-environment'
- '.github/actions/**'
- '.github/workflows/test-graalvm-metadata.yml'
pull_request:
paths:
- 'common/graalvm-reachability-metadata/**'
- '.github/actions/prepare-environment'
- '.github/actions/**'
- '.github/workflows/test-graalvm-metadata.yml'
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-junit-platform-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
paths:
- 'common/junit-platform-native/**'
- '.github/actions/prepare-environment'
- '.github/actions/**'
- '.github/workflows/test-junit-platform-native.yml'
pull_request:
paths:
- 'common/junit-platform-native/**'
- '.github/actions/prepare-environment'
- '.github/actions/**'
- '.github/workflows/test-junit-platform-native.yml'
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-native-gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- 'native-gradle-plugin/**'
- 'samples/**'
- 'common/**'
- '.github/actions/prepare-environment'
- '.github/actions/**'
- '.github/workflows/test-native-gradle-plugin.yml'
pull_request:
paths:
- 'native-gradle-plugin/**'
- 'samples/**'
- 'common/**'
- '.github/actions/prepare-environment'
- '.github/actions/**'
- '.github/workflows/test-native-gradle-plugin.yml'
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-native-maven-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- 'native-maven-plugin/**'
- 'samples/**'
- 'common/**'
- '.github/actions/prepare-environment'
- '.github/actions/**'
- '.github/workflows/test-native-maven-plugin.yml'
pull_request:
paths:
- 'native-maven-plugin/**'
- 'samples/**'
- 'common/**'
- '.github/actions/prepare-environment'
- '.github/actions/**'
- '.github/workflows/test-native-maven-plugin.yml'
workflow_dispatch:

Expand Down

0 comments on commit 7095f29

Please sign in to comment.