From c459b96ca038dffcd939b9f0942332c4843be276 Mon Sep 17 00:00:00 2001 From: Shneor <770elmo@gmail.com> Date: Sun, 19 Nov 2023 14:33:29 +0100 Subject: [PATCH 1/2] Updated README path --- src/tradingview_screener/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tradingview_screener/__init__.py b/src/tradingview_screener/__init__.py index e86b15a3..deb64b87 100644 --- a/src/tradingview_screener/__init__.py +++ b/src/tradingview_screener/__init__.py @@ -1,5 +1,5 @@ """ -.. include:: ../README.md +.. include:: ../../README.md """ from __future__ import annotations From 99c36de55b26a32694914f443f933666af3e1092 Mon Sep 17 00:00:00 2001 From: Shneor <770elmo@gmail.com> Date: Sun, 19 Nov 2023 14:35:24 +0100 Subject: [PATCH 2/2] Run test.yml only on pull_request --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index beffd1a9..3fdba446 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,6 @@ name: Test on: - - push - pull_request jobs: