Skip to content

Commit ee72acc

Browse files
committed
test: Limit tox execution
Only run tox when code changes.
1 parent 7e1c23f commit ee72acc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tox.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- 'anybadge/**'
9+
- 'tests/**'
10+
- '.github/workflows/**'
711
pull_request:
812
branches:
913
- master
14+
paths:
15+
- 'anybadge/**'
16+
- 'tests/**'
17+
- '.github/workflows/**'
1018

1119
jobs:
1220
test:

0 commit comments

Comments
 (0)