Skip to content

Commit

Permalink
Include examples folder in CI, now that we're using files in there in…
Browse files Browse the repository at this point in the history
… unit tests
  • Loading branch information
brenhinkeller committed Jun 16, 2024
1 parent 1842cd0 commit 4285092
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ on:
- '**'
paths-ignore:
- 'README.md'
- 'examples/**'
pull_request:
branches:
- main
paths-ignore:
- 'README.md'
- 'examples/**'
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit 4285092

Please sign in to comment.