From 8532203cbcd57bca4414648789413f8dca607b4e Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Wed, 6 May 2026 22:38:09 +0300 Subject: [PATCH] fix: Fixed build branch name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 35e0f70..a24fcb3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: # Trigger the workflow every time you push to the `main` branch # Using a different branch name? Replace `main` with your branch’s name push: - branches: [main] + branches: [master] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: