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:
Will Hunt 2023-03-17 13:51:24 +00:00 committed by GitHub
parent 7cd59f3774
commit 7faa3f031e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1 @@
Run docker-latest CI for incoming pull requests.