This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ebec3c74 Don't ignore markdown files in CI (#12)
7ebec3c74 is described below

commit 7ebec3c74bfad8f81a7f9a9e7694e0db8512d5c9
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Jan 22 18:30:06 2026 +0000

    Don't ignore markdown files in CI (#12)
---
 .github/workflows/ant.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml
index 53a8937ca..ea81500de 100644
--- a/.github/workflows/ant.yml
+++ b/.github/workflows/ant.yml
@@ -3,16 +3,12 @@ name: Java CI
 on:
   push:
     branches: [main]
-    paths-ignore:
-      - '**.md'
   pull_request:
     branches: [main]
     types:
       - opened
       - reopened
       - synchronize
-    paths-ignore:
-      - '**.md'
   workflow_dispatch:
 
 jobs:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to