mirror of
https://github.com/jongracecox/anybadge.git
synced 2026-01-04 19:32:11 +01: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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- 'anybadge/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- '.github/workflows/tox.yaml'
|
||||||
|
- 'tox.ini'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- 'anybadge/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- '.github/workflows/tox.yaml'
|
||||||
|
- 'tox.ini'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user