diff options
-rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f178284b..1479d661 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -3,8 +3,14 @@ name: test | |||
3 | on: | 3 | on: |
4 | push: | 4 | push: |
5 | branches: main | 5 | branches: main |
6 | paths-ignore: | ||
7 | - "docs" | ||
8 | - "**/*.md" | ||
6 | pull_request: | 9 | pull_request: |
7 | branches: '*' | 10 | branches: '*' |
11 | paths-ignore: | ||
12 | - "docs" | ||
13 | - "**/*.md" | ||
8 | workflow_dispatch: | 14 | workflow_dispatch: |
9 | branches: '*' | 15 | branches: '*' |
10 | 16 | ||