mirror of
https://github.com/jongracecox/anybadge.git
synced 2025-07-21 12:21:03 +02:00
test: Limit tox execution
Only run tox when code changes.
This commit is contained in:
10
.github/workflows/tox.yaml
vendored
10
.github/workflows/tox.yaml
vendored
@@ -4,9 +4,19 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'anybadge/**'
|
||||
- 'tests/**'
|
||||
- '.github/workflows/tox.yaml'
|
||||
- 'tox.ini'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'anybadge/**'
|
||||
- 'tests/**'
|
||||
- '.github/workflows/tox.yaml'
|
||||
- 'tox.ini'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Reference in New Issue
Block a user