mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-01-01 04:16:10 +00:00
Run docker check when someone change the action too (#495)
This commit is contained in:
parent
3b1b3387e7
commit
ec26c03d58
3
.github/workflows/docker-pr.yml
vendored
3
.github/workflows/docker-pr.yml
vendored
|
@ -2,8 +2,9 @@ name: 'Docker check'
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
- '.github/workflows/docker-pr.yml'
|
||||
|
||||
jobs:
|
||||
docker-build:
|
||||
|
|
Loading…
Reference in a new issue