shink commented on code in PR #4609:
URL: https://github.com/apache/incubator-inlong/pull/4609#discussion_r893176241
##########
.github/workflows/ci_build.yml:
##########
@@ -33,7 +33,7 @@ on:
- 'inlong-sort/**'
- 'inlong-sort-standalone/**'
- 'inlong-tubemq/**'
- - '!*.md'
+ - '!**.md'
Review Comment:
The difference between the two is: `*.md` only matches all `.md` files at
the root of the repository, and `**.md` matches all `.md` files in the
repository.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]