only build docker image on master branch

This commit is contained in:
Buckaroo Banzai 2020-03-20 10:18:54 +01:00 committed by GitHub
parent 0ff03f3ac2
commit b37a199788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
name: docker
on: [push]
on:
push:
branches:
- master
jobs:
build: