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" - ".gitlab-ci.yml"
- "LICENSE" - "LICENSE"
- "README" - "README"
#pull_request: pull_request:
# branches: branches:
# - "master" - "master"
paths:
- "Dockerfile"
workflow_dispatch: workflow_dispatch:
jobs: jobs: