Skip to content

Commit

Permalink
Only run tests for src, tests, and tox setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Nov 25, 2023
1 parent d8aadf4 commit aed2d9a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ name: Test package
on:
workflow_dispatch:
push:
paths-ignore:
- docs/**
paths:
- src/**
- tests/**
- tox.ini
pull_request:
paths-ignore:
- docs/**
paths:
- src/**
- tests/**
- tox.ini

jobs:
build:
Expand Down

0 comments on commit aed2d9a

Please sign in to comment.