This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 6fb99c22317 Refactor : uniform the Push and PR trigger path (#24766)
6fb99c22317 is described below
commit 6fb99c223172dad8bbf4de9d4651cef6e32d0450
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Wed Mar 22 22:04:05 2023 +0800
Refactor : uniform the Push and PR trigger path (#24766)
---
.github/workflows/check.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 3835e2753d8..31bf16c217d 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -23,8 +23,10 @@ on:
paths:
- '**/src/main/**'
- '**/src/test/**'
+ - 'src/resources/**'
- '.github/workflows/checkstyle-and-license-check.yml'
- 'examples/shardingsphere-example-generator/**'
+ - 'test/e2e/agent/plugins/**'
- '!examples/**'
- '!*.md'
pull_request: