From f509a226e52832210e62d49c680ba975f332b779 Mon Sep 17 00:00:00 2001 From: Wei Jie Leong <122815453+wleong1@users.noreply.github.com> Date: Mon, 8 Apr 2024 00:24:30 +0100 Subject: [PATCH] Update ci.yml (#20) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07761fb..4c1936f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: ci on: push: branches: - - '*' + - 'develop' permissions: contents: write jobs: @@ -73,4 +73,4 @@ jobs: pip install pytest requests pandas yfinance - name: pytest run: | - pytest tests/ \ No newline at end of file + pytest tests/