Skip to content

Commit

Permalink
Update ci.yml to fix md filename matching
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts authored Dec 5, 2023
1 parent d4fbbb8 commit 6d327ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
push:
paths-ignore:
- 'web/**'
- '**/.md'
- '**.md'
pull_request:
paths-ignore:
- '**/.md'
- '**.md'

env:
CCACHE_BASEDIR: ${{ github.workspace }}
Expand Down

0 comments on commit 6d327ae

Please sign in to comment.