From 266f0d21c4deb08e8a9525372aca4003055645ab Mon Sep 17 00:00:00 2001 From: Shanaka Prageeth Date: Wed, 12 Mar 2025 10:33:57 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f47773434..eae75c107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,6 @@ name: CI on: push: - branches: - - main pull_request: branches: - main @@ -35,5 +33,5 @@ jobs: - name: Build example run: make -C example - -name: Check output - run: tree . \ No newline at end of file + - name: Check output + run: tree .