|
|
@ -11,12 +11,14 @@ on:
|
|
|
|
- requirements.txt
|
|
|
|
- requirements.txt
|
|
|
|
- Dockerfile
|
|
|
|
- Dockerfile
|
|
|
|
- .github/workflows/*
|
|
|
|
- .github/workflows/*
|
|
|
|
|
|
|
|
- .github/test/Dockerfile*
|
|
|
|
|
|
|
|
|
|
|
|
pull_request:
|
|
|
|
pull_request:
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
- requirements.txt
|
|
|
|
- requirements.txt
|
|
|
|
- Dockerfile
|
|
|
|
- Dockerfile
|
|
|
|
- .github/workflows/*
|
|
|
|
- .github/workflows/*
|
|
|
|
|
|
|
|
- .github/test/Dockerfile*
|
|
|
|
|
|
|
|
|
|
|
|
# Changes to requirements.txt packages and Dockerfile may or may not always be compatible with arm etc, so worth testing
|
|
|
|
# Changes to requirements.txt packages and Dockerfile may or may not always be compatible with arm etc, so worth testing
|
|
|
|
# @todo: some kind of path filter for requirements.txt and Dockerfile
|
|
|
|
# @todo: some kind of path filter for requirements.txt and Dockerfile
|
|
|
|