From 62c4520f2f15889a06288995a61df704375399bc Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 23 May 2026 06:31:16 +0000 Subject: [PATCH] chore: remove trailing whitespace from README.md and add newline at EOF --- .gitea/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 00bc5ad3..22a2cf46 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -31,3 +31,7 @@ jobs: with: name: failure-screenshots path: /tmp/devplace_test_screenshots/ + + - name: Deploy to production + if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master' + run: make deploy