Ignore RST files with code tests
authorDaniel Feldroy <pydanny@users.noreply.github.com>
Mon, 21 Sep 2020 17:47:14 +0000 (10:47 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Sep 2020 17:47:14 +0000 (10:47 -0700)
.github/workflows/python-package.yml

index f97f8570a36142cf0044dd3ebd68e09a1c00d672..0beaf510098efd2c39955c94d01c6d109cd1ff2f 100644 (file)
@@ -8,10 +8,12 @@ on:
     branches: [ master ]
     paths-ignore:
       - '**.md'    
+      - '**.rst'    
   pull_request:
     branches: [ master ]
     paths-ignore:
       - '**.md'    
+      - '**.rst'    
 
 jobs:
   run: