Skip to content

Commit

Permalink
ci: Fix missing paths ignore key
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Oct 2, 2024
1 parent defd0ce commit 55d3818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55d3818

Please sign in to comment.