This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 0be2602796 NO-JIRA fix yaml for GHA
0be2602796 is described below
commit 0be2602796c0c5b16d5b08a8b08bf801f4a13d7c
Author: Justin Bertram <[email protected]>
AuthorDate: Fri Jan 9 09:07:17 2026 -0600
NO-JIRA fix yaml for GHA
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 49ba1931dd..827087a6ff 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,8 +4,8 @@ on:
push:
paths-ignore: &ignored_paths
- '**.adoc'
- pull_request:
- paths-ignore: *ignored_paths
+ pull_request:
+ paths-ignore: *ignored_paths
workflow_dispatch:
inputs:
examplesRepo:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]