mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Run docker CI for pull requests too (#662)
* Do a docker build for pull requests too * drop branch limit for push * changelog
This commit is contained in:
parent
7cd59f3774
commit
7faa3f031e
2
.github/workflows/docker-hub-latest.yml
vendored
2
.github/workflows/docker-hub-latest.yml
vendored
@ -4,6 +4,8 @@ name: "Docker Hub - Latest"
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
DOCKER_NAMESPACE: halfshot
|
||||
|
1
changelog.d/662.misc
Normal file
1
changelog.d/662.misc
Normal file
@ -0,0 +1 @@
|
||||
Run docker-latest CI for incoming pull requests.
|
Loading…
x
Reference in New Issue
Block a user