From 51096c3d62d98b07a607d1d5f764264d5590f0e7 Mon Sep 17 00:00:00 2001 From: himanshu Date: Wed, 7 Aug 2024 10:56:20 +0530 Subject: [PATCH] fix branch name in ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fbff8da..15f724e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - master + - main - alpha pull_request: branches: