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

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


The following commit(s) were added to refs/heads/master by this push:
     new fb007ca17 ci: trigger ci when doc-lint.yml changes (#10382)
fb007ca17 is described below

commit fb007ca1785dc109d59384441e05044b6f79ad43
Author: Fucheng Jiang <[email protected]>
AuthorDate: Wed Oct 25 16:34:45 2023 +0800

    ci: trigger ci when doc-lint.yml changes (#10382)
---
 .github/workflows/doc-lint.yml | 2 ++
 1 file changed, 2 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

Reply via email to