diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b0e7f11cf6..18651f4fec 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -8,6 +8,10 @@ on: push: branches: [main] tags: ["*"] + pull_request: + types: [opened, synchronize, reopened] + paths: + - "Dockerfile" concurrency: group: ${{ github.ref }} @@ -434,7 +438,6 @@ jobs: # ignore-unchanged: true # only-fixed: true - build_ee_cuda: if: ${{ startsWith(github.ref, 'refs/tags/') }} needs: [build_ee]