chore: update docker.yml

This commit is contained in:
pocketW 2022-07-28 21:55:23 +10:00
parent f7d1114fb2
commit 48ca6d9648

View File

@ -4,6 +4,11 @@ on:
push:
branches:
- master
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"
tags:
- 'v*'
pull_request: