Create push.yml

This commit is contained in:
Cedric Ziel
2020-08-24 16:29:09 +02:00
committed by GitHub
parent 1d5d632dd8
commit c043fd38af

9
.github/workflows/push.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
name: docker-compose-actions-workflow
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: docker-compose build