From 53bd551b8c251a9d77e196726a995f1dbfa7f6a9 Mon Sep 17 00:00:00 2001 From: Garvit Khatri Date: Thu, 6 Jun 2024 17:56:37 +0530 Subject: [PATCH] fix build yaml file --- .github/workflows/on-push-to-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index dc2dd6cd..8beeacd7 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -11,7 +11,7 @@ concurrency: jobs: build: name: Build - uses: ./.github/workflows/build.yml + uses: ./.github/workflows/build.yaml secrets: inherit test: