Fix branches not being re-deployed after push

This commit is contained in:
Florian Schroedl 2024-06-28 08:16:26 +02:00
parent bd5a0d2d1b
commit 325ad66a46

View file

@ -1,7 +1,7 @@
name: Publish docker image name: Publish docker image
on: on:
pull_request: push:
branches: branches:
- "*" - "*"
@ -84,4 +84,4 @@ jobs:
uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.3 uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.3
env: env:
GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }} GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }} GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}