From 7050455dddf897306830d8f6dee0acc5edadc704 Mon Sep 17 00:00:00 2001 From: DarkGuy10 <62807269+DarkGuy10@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:01:44 +0530 Subject: [PATCH] chore(workflow): update branch name --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e2ed7ec..6305c80 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,7 +2,7 @@ name: Continous Integration on: push: - branches: [master] + branches: [main] workflow_dispatch: jobs: