From 5ce4cedd3ee4a67112ffa19acd6b484f9b46fa8e Mon Sep 17 00:00:00 2001 From: Byson94 Date: Sat, 11 Oct 2025 15:06:01 +0530 Subject: [PATCH] fix(ci): Working on fixing the ci not running issue --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fde6ac..013c710 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,13 @@ name: build on: + workflow_dispatch: push: - branches: [main] + branches: + - main pull_request: - branches: [main] + branches: + - main env: CARGO_TERM_COLOR: always