diff --git a/.github/workflows/test-graalvm-metadata.yml b/.github/workflows/test-graalvm-metadata.yml index ba6be100a..749b9752a 100644 --- a/.github/workflows/test-graalvm-metadata.yml +++ b/.github/workflows/test-graalvm-metadata.yml @@ -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: diff --git a/.github/workflows/test-junit-platform-native.yml b/.github/workflows/test-junit-platform-native.yml index aeb602b2f..d72775211 100644 --- a/.github/workflows/test-junit-platform-native.yml +++ b/.github/workflows/test-junit-platform-native.yml @@ -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: diff --git a/.github/workflows/test-native-gradle-plugin.yml b/.github/workflows/test-native-gradle-plugin.yml index 997000877..e1b259bb1 100644 --- a/.github/workflows/test-native-gradle-plugin.yml +++ b/.github/workflows/test-native-gradle-plugin.yml @@ -8,6 +8,7 @@ on: - 'common/**' - '.github/actions/**' - '.github/workflows/test-native-gradle-plugin.yml' + - 'gradle/libs.versions.toml' pull_request: paths: - 'native-gradle-plugin/**' @@ -15,6 +16,7 @@ on: - 'common/**' - '.github/actions/**' - '.github/workflows/test-native-gradle-plugin.yml' + - 'gradle/libs.versions.toml' workflow_dispatch: concurrency: diff --git a/.github/workflows/test-native-maven-plugin.yml b/.github/workflows/test-native-maven-plugin.yml index c504cff26..3e13d60dd 100644 --- a/.github/workflows/test-native-maven-plugin.yml +++ b/.github/workflows/test-native-maven-plugin.yml @@ -8,6 +8,7 @@ on: - 'common/**' - '.github/actions/**' - '.github/workflows/test-native-maven-plugin.yml' + - 'gradle/libs.versions.toml' pull_request: paths: - 'native-maven-plugin/**' @@ -15,6 +16,7 @@ on: - 'common/**' - '.github/actions/**' - '.github/workflows/test-native-maven-plugin.yml' + - 'gradle/libs.versions.toml' workflow_dispatch: concurrency: diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index 365556154..c89739697 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -21,6 +21,8 @@ If you are using alternative build systems, see <