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
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- .github/workflows/docker.yml
|
||||
- Dockerfile
|
||||
push:
|
||||
paths:
|
||||
- .github/workflows/docker.yml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user