From 8cbcc9ca1581675557b67979e57662c7f66e6de7 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Mon, 8 Jul 2024 09:22:57 +0300 Subject: [PATCH] autodeploy main --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index bd3b628..33fd259 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -3,7 +3,7 @@ name: Deploy on: push: branches: - - dev # Adjust the branch as needed + - main # Adjust the branch as needed jobs: build_and_push_images: