.github/workflows/docker.yml: add self to paths

This commit is contained in:
Vaibhav Sagar 2020-05-08 12:51:15 +08:00
parent 4b4a4c7dcd
commit a1e415e45f

View File

@ -5,6 +5,7 @@ on:
- master
paths:
- '.dockerignore'
- '.github/workflows/docker.yml'
- 'Dockerfile'
- 'LICENSE'
- 'ghc-parser/**'