diff --git a/.github/workflows/ci-cd-pipeline.yml b/.github/workflows/ci-cd-pipeline.yml index 64c36d8a..68743142 100644 --- a/.github/workflows/ci-cd-pipeline.yml +++ b/.github/workflows/ci-cd-pipeline.yml @@ -18,6 +18,7 @@ on: - ".gitignore" # ignore git ignore changes pull_request: branches: ["main"] + paths-ignore: - "*.md" # ignore all markdown files at root - "*.js" # ignore all js files at root - "*.ts" # ignore all ts files at root