This is an automated email from the ASF dual-hosted git repository. tabish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/artemis.git
commit b90c861c23b7a96e4f4e8baa1f14e46d11b811cd Author: Justin Bertram <[email protected]> AuthorDate: Thu Jan 8 15:09:01 2026 -0600 ARTEMIS-5842 don't run GHA on PR for doc changes --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0858bdab6e..49ba1931dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,10 @@ name: "Build" on: push: - pull_request: + paths-ignore: &ignored_paths + - '**.adoc' + pull_request: + paths-ignore: *ignored_paths workflow_dispatch: inputs: examplesRepo: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
