diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e0454b601..c01d1bf7e 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -2,6 +2,7 @@ name: Publish docker image on: pull_request: + types: [opened, synchronize] branches: - "*" @@ -84,4 +85,4 @@ jobs: uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.3 env: GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }} - GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }} \ No newline at end of file + GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}