From 651e65d4cfadf7ceea9834b1d1a2e22839a2e9ef Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 3 Apr 2024 19:25:07 +0200 Subject: [PATCH] dockerfile restart image --- .github/workflows/docker-image.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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]