From fbea3cf771f8cbfd0230f382c0daf50d261991e5 Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Thu, 21 Nov 2024 11:05:39 +1100 Subject: [PATCH] Fix deploy config files --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a41086..7f5dcd2 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,9 @@ on: workflows: ["Build Container"] types: - completed + branches: + - main + - master workflow_dispatch: env: @@ -68,7 +71,7 @@ jobs: bundler-cache: true - name: Install Kamal - run: gem install kamal -v 2.2.2 + run: gem install kamal -v 2.3.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3