Run docker check when someone change the action too (#495)
This commit is contained in:
parent
3b1b3387e7
commit
ec26c03d58
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-pr.yml
vendored
3
.github/workflows/docker-pr.yml
vendored
|
@ -2,8 +2,9 @@ name: 'Docker check'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'Dockerfile'
|
- 'Dockerfile'
|
||||||
|
- '.github/workflows/docker-pr.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-build:
|
docker-build:
|
||||||
|
|
Loading…
Reference in a new issue