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
1
.github/workflows/docker-pr.yml
vendored
1
.github/workflows/docker-pr.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
- '.github/workflows/docker-pr.yml'
|
||||
|
||||
jobs:
|
||||
docker-build:
|
||||
|
|
Loading…
Reference in a new issue