From 879f2ce7b1409a88e4456071251efcd9e7e50ccd Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:08:46 -0400 Subject: [PATCH] ci: Fix default branch --- .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 592ac8b0..8333b8ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ on: # Run only when pushing to master branch, and making PRs push: branches: - - master + - main pull_request: jobs: build: