diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e0454b601..fe32a3d65 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -1,7 +1,7 @@ name: Publish docker image on: - pull_request: + push: branches: - "*" @@ -84,4 +84,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 }}