Skip to content

Commit

Permalink
Trigger workflows on versions change in libs.versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed Jan 29, 2024
1 parent 55d77bb commit 3729389
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-graalvm-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- 'common/graalvm-reachability-metadata/**'
- '.github/actions/**'
- '.github/workflows/test-graalvm-metadata.yml'
- 'gradle/libs.versions.toml'
pull_request:
paths:
- 'common/graalvm-reachability-metadata/**'
- '.github/actions/**'
- '.github/workflows/test-graalvm-metadata.yml'
- 'gradle/libs.versions.toml'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-junit-platform-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- 'common/junit-platform-native/**'
- '.github/actions/**'
- '.github/workflows/test-junit-platform-native.yml'
- 'gradle/libs.versions.toml'
pull_request:
paths:
- 'common/junit-platform-native/**'
- '.github/actions/**'
- '.github/workflows/test-junit-platform-native.yml'
- 'gradle/libs.versions.toml'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-native-gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- 'common/**'
- '.github/actions/**'
- '.github/workflows/test-native-gradle-plugin.yml'
- 'gradle/libs.versions.toml'
pull_request:
paths:
- 'native-gradle-plugin/**'
- 'samples/**'
- 'common/**'
- '.github/actions/**'
- '.github/workflows/test-native-gradle-plugin.yml'
- 'gradle/libs.versions.toml'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-native-maven-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- 'common/**'
- '.github/actions/**'
- '.github/workflows/test-native-maven-plugin.yml'
- 'gradle/libs.versions.toml'
pull_request:
paths:
- 'native-maven-plugin/**'
- 'samples/**'
- 'common/**'
- '.github/actions/**'
- '.github/workflows/test-native-maven-plugin.yml'
- 'gradle/libs.versions.toml'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 3729389

Please sign in to comment.