Skip to content

Commit

Permalink
fix: match all .md instead of only root
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Feb 14, 2025
1 parent 7fe69e5 commit 8729057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
paths-ignore: [docs/**, "*.md"]
paths-ignore: [docs/**, "**.md"]
pull_request:
paths-ignore: [docs/**, "*.md"]
paths-ignore: [docs/**, "**.md"]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 8729057

Please sign in to comment.