Files
robot-shop/.github/workflows/push.yml
Steve Waterworth 29554c3023 limit image builds
2020-10-22 09:23:55 +01:00

20 lines
349 B
YAML

name: docker-compose-actions-workflow
on:
push:
branches:
- 'master'
paths-ignore:
- 'DCOS/**'
- 'K8s/**'
- 'load-gen/**'
- 'OpenShift/**'
- 'Swarm/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: docker-compose build