test
dgtlmoon 2 years ago
parent af799a097e
commit b2757a9c97

@ -1,10 +1,20 @@
name: ChangeDetection.io Container Build Test name: ChangeDetection.io Container Build Test
# Triggers the workflow on push or pull request events # Triggers the workflow on push or pull request events
on: [push, pull_request]
paths: # This line doesnt work, even tho it is the documented one
- requirements.txt #on: [push, pull_request]
- Dockerfile
on:
push:
paths:
- requirements.txt
- Dockerfile
pull_request:
paths:
- requirements.txt
- 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

Loading…
Cancel
Save