Only run Docker test if Dockerfile changes in PR.

This commit is contained in:
Paul
2021-09-14 21:19:57 +01:00
parent 7f3141eec4
commit 839b66109c

View File

@@ -14,9 +14,11 @@ on:
- ".gitlab-ci.yml"
- "LICENSE"
- "README"
#pull_request:
# branches:
# - "master"
pull_request:
branches:
- "master"
paths:
- "Dockerfile"
workflow_dispatch:
jobs: