fix: don't publish image on any md file changes or github workflow changes

This commit is contained in:
Andrey Melnikov 2021-07-08 12:23:21 -07:00
parent e4d83903c7
commit 09be35b2d6

View File

@ -2,7 +2,9 @@ name: Publish dev docker image
on:
push:
paths-ignore:
- README.md
- LICENSE
- ".github/**"
- "*.md"
branches:
- master
jobs: