Skip to content

Commit

Permalink
ci: fix paths-ignore (#229)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander authored Jan 19, 2024
1 parent e8957b8 commit af878c0
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 @@ -4,12 +4,12 @@ on:
push:
branches: [ "main" ]
paths-ignore:
- "./site"
- "site/**"
- "**/*.md"
pull_request:
branches: [ "main" ]
paths-ignore:
- "./site"
- "site/**"
- "**/*.md"

concurrency:
Expand Down

0 comments on commit af878c0

Please sign in to comment.