Skip to content

Commit

Permalink
fix: Don't run tests when md files are changed (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq authored Aug 23, 2024
1 parent 7f46c1a commit 650206f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
- 'release/**'
paths-ignore:
- '**/*.md' # Ignore changes to all .md files
pull_request:
types:
- opened
Expand All @@ -14,6 +16,8 @@ on:
branches:
- master
- 'release/**'
paths-ignore:
- '**/*.md' # Ignore changes to all .md files

env:
CACHE_NAME_PREFIX: v1
Expand Down

0 comments on commit 650206f

Please sign in to comment.