This is an automated email from the ASF dual-hosted git repository.
delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new ba9d29e1 ci: add paths-ignore for pull_request and push events to
exclude specific files (#711)
ba9d29e1 is described below
commit ba9d29e1665928452ae3326c220cc9549f0a7502
Author: gongzhongqiang <[email protected]>
AuthorDate: Wed Nov 26 01:50:53 2025 +0800
ci: add paths-ignore for pull_request and push events to exclude specific
files (#711)
Co-authored-by: Shuxin Pan <[email protected]>
Co-authored-by: DeleiGuo <[email protected]>
---
.github/workflows/ci.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 32ad60fe..897e979b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,8 +20,18 @@ name: Java CI
on:
pull_request:
branches: [ main ]
+ paths-ignore:
+ - 'website/**'
+ - '**.md'
+ - 'LICENSE'
+ - 'NOTICE'
push:
branches: [ main ]
+ paths-ignore:
+ - 'website/**'
+ - '**.md'
+ - 'LICENSE'
+ - 'NOTICE'
permissions:
checks: write
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]