Skip to content

Commit

Permalink
fix(ci): Revert "Don't run tests for markdown changes" (#1666)
Browse files Browse the repository at this point in the history
Reverts #1587
resolves #1510

Co-authored-by: Jake Van Vorhis <[email protected]>
  • Loading branch information
elizabethhealy and jakedoublev authored Oct 17, 2024
1 parent 72ce62b commit 0288e76
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,14 @@ on:
- opened
- synchronize
- reopened
paths-ignore:
- '**/*.md'
- LICENSE
- CODEOWNERS
push:
branches:
- main
paths-ignore:
- '**/*.md'
- LICENSE
- CODEOWNERS
merge_group:
branches:
- main
types:
- checks_requested
paths:
- '**'
- '!**/*.md'
- 'docs/**'
- '!LICENSE'
- '!CODEOWNERS'
workflow_call:

jobs:
Expand Down

0 comments on commit 0288e76

Please sign in to comment.