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/