Skip to content

Commit

Permalink
Prevent tests from running unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
fbunt committed Jan 11, 2025
1 parent 103d5ea commit 3d2d57d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- 'paper/**'
- 'notebooks/**'

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit 3d2d57d

Please sign in to comment.