diff --git a/.github/workflows/.mlc_config.json b/.github/workflows/.mlc_config.json new file mode 100644 index 000000000..37f6b0516 --- /dev/null +++ b/.github/workflows/.mlc_config.json @@ -0,0 +1,10 @@ +{ + "ignorePatterns": [ + { + "pattern": "^http://127.0.0.1" + }, + { + "pattern": "^http://localhost" + } + ] +} \ No newline at end of file diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 6158a9438..05cb6e8db 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -3,6 +3,8 @@ name: Markdown-related check on: pull_request: branches: "*" + push: + branches: "*" jobs: markdown-related-check: