build docker images on non-master

This commit is contained in:
Cadey Ratio 2020-07-14 18:02:10 -04:00
parent 113ed68bf6
commit 84efa29d33
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
docker-build:
runs-on: ubuntu-latest