aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/basic.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml
index 93f4e29..1b0f42a 100644
--- a/.github/workflows/basic.yml
+++ b/.github/workflows/basic.yml
@@ -2,6 +2,9 @@ name: Basic usage
on:
push:
+ paths-ignore:
+ - 'docs/**'
+ - 'README.md'
pull_request:
schedule:
# Weekly, at 5:30 AM on Saturday (somewhat randomly chosen).