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

jiangfucheng pushed a commit to branch doc_ci_path
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit a6002fd98842defc725c309a772c35740cfd6980
Author: jiangfucheng <[email protected]>
AuthorDate: Tue Oct 24 14:29:51 2023 +0800

    ci: trigger ci when the configuration file of current ci changes
---
 .github/workflows/doc-lint.yml   | 2 ++
 .github/workflows/link-check.yml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.github/workflows/doc-lint.yml b/.github/workflows/doc-lint.yml
index 25e371162..4e61aeff1 100644
--- a/.github/workflows/doc-lint.yml
+++ b/.github/workflows/doc-lint.yml
@@ -5,11 +5,13 @@ on:
     paths:
       - "docs/**"
       - "**/*.md"
+      - ".github/workflows/doc-lint.yml"
   pull_request:
     branches: [master, "release/**"]
     paths:
       - "docs/**"
       - "**/*.md"
+      - ".github/workflows/doc-lint.yml"
 
 permissions:
   contents: read
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index 20b2f16ec..755ead992 100644
--- a/.github/workflows/link-check.yml
+++ b/.github/workflows/link-check.yml
@@ -11,11 +11,13 @@ on:
     paths:
       - '**/*.md'
       - '**/link-check.yml'
+      - '.github/workflows/link-check.yml'
   pull_request:
     branches: [master, "release/**"]
     paths:
       - '**/*.md'
       - '**/link-check.yml'
+      - '.github/workflows/link-check.yml'
 
 permissions:
   contents: read

Reply via email to