From 325ad66a46586a94e503fb294fa075fd6aaa0fe3 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Fri, 28 Jun 2024 08:16:26 +0200 Subject: [PATCH] Fix branches not being re-deployed after push --- .github/workflows/pr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e0454b6012..fe32a3d65a 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 }}