|
|
@ -1,7 +1,17 @@
|
|
|
|
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]
|
|
|
|
|
|
|
|
|
|
|
|
# This line doesnt work, even tho it is the documented one
|
|
|
|
|
|
|
|
#on: [push, pull_request]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
|
|
|
|
push:
|
|
|
|
|
|
|
|
paths:
|
|
|
|
|
|
|
|
- requirements.txt
|
|
|
|
|
|
|
|
- Dockerfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pull_request:
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
- requirements.txt
|
|
|
|
- requirements.txt
|
|
|
|
- Dockerfile
|
|
|
|
- Dockerfile
|
|
|
|