From 6ec53a3525719414bb5ce501bf2d414fa23be781 Mon Sep 17 00:00:00 2001 From: gzuuus Date: Fri, 18 Jul 2025 00:00:05 +0200 Subject: [PATCH] fix: master branch action --- .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 2255b1b..34e1440 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: