Only run Docker test if Dockerfile changes in PR.
This commit is contained in:
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user