From 9fa2e7e7fbf0534020503a9fc0f6c2970c2d39d4 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 3 May 2024 23:02:55 +0200 Subject: [PATCH] automatically deploy --- .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 50d5948..767db0e 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: