From b8d9574ac375497d367241e48e9cb029f89323f9 Mon Sep 17 00:00:00 2001 From: Moeen Zamani Date: Fri, 23 Feb 2024 22:54:36 +0100 Subject: [PATCH] chore: rename default branch to main --- .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 ff1965b..2d45b3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Build and Push on: push: branches: - - "master" + - "main" jobs: docker: