diff --git a/.github/workflows/docker-image-beta.yml b/.github/workflows/docker-image-beta.yml index 93c4109..e883f4d 100644 --- a/.github/workflows/docker-image-beta.yml +++ b/.github/workflows/docker-image-beta.yml @@ -3,6 +3,8 @@ name: Docker Image for Pushes on: push: branches: [main] + pull_request: + branches: [ main ] jobs: build: