From 01a5a2ff180b9e675d9ea5b48106b256a060fae2 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 24 Jul 2023 00:54:05 -0700 Subject: fix: branch rename from main to master --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/deploy.yml') diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9b3b66a..da0391d 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: -- cgit v1.2.3