docker.yml: Run for pull requests also, for debuggability
This commit is contained in:
parent
05319c86dc
commit
bd16355a07
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -1,5 +1,9 @@
|
|||||||
name: Docker
|
name: Docker
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- .github/workflows/docker.yml
|
||||||
|
- Dockerfile
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/docker.yml
|
- .github/workflows/docker.yml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user