From 6a0cf0367eeff4c81ec3f431b60fa088663bf667 Mon Sep 17 00:00:00 2001 From: geekymon2 Date: Mon, 11 May 2026 19:17:42 +1000 Subject: [PATCH] added branch condition in ci --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09e7ce8..ab9f2ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,8 @@ name: CI on: push: pull_request: - + branches: + - ci jobs: build-test: runs-on: ubuntu-latest @@ -28,4 +29,4 @@ jobs: run: npm run build - name: Run tests - run: npm test \ No newline at end of file + run: npm test