This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-2 in repository https://gitbox.apache.org/repos/asf/xerces-j.git
commit abdfdd7933b6e84aa37a57049f74a4e260bd75b3 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Jun 22 11:31:02 2025 +0000 Don't ignore markdown files in CI --- .github/workflows/ant.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 3936a9104..46ee35bf7 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]
