limit image builds

This commit is contained in:
Steve Waterworth
2020-10-22 09:23:55 +01:00
parent d7a782b255
commit 29554c3023

View File

@@ -1,5 +1,15 @@
name: docker-compose-actions-workflow
on: push
on:
push:
branches:
- 'master'
paths-ignore:
- 'DCOS/**'
- 'K8s/**'
- 'load-gen/**'
- 'OpenShift/**'
- 'Swarm/**'
jobs:
test:
runs-on: ubuntu-latest