From: Daniel Feldroy Date: Mon, 21 Sep 2020 17:47:14 +0000 (-0700) Subject: Ignore RST files with code tests X-Git-Tag: 1.5.2~9 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=249771d09feb38f995a20269fbebb4830762c52b;p=cached-property.git Ignore RST files with code tests --- diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index f97f857..0beaf51 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -8,10 +8,12 @@ on: branches: [ master ] paths-ignore: - '**.md' + - '**.rst' pull_request: branches: [ master ] paths-ignore: - '**.md' + - '**.rst' jobs: run: