Skip to content

Commit

Permalink
Update circleci.yml (#10631)
Browse files Browse the repository at this point in the history
Ignore Markdown changes when running.
  • Loading branch information
lvpeschke authored Sep 27, 2023
1 parent 27b3406 commit 0d1f040
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ on:
push:
branches:
- master
paths-ignore:
- '**/*.md'
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'

concurrency:
group: circle-ci-${{ github.ref }}
Expand Down

0 comments on commit 0d1f040

Please sign in to comment.