diff options
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33c89609..fcc223b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -2,17 +2,18 @@ name: test | |||
| 2 | 2 | ||
| 3 | on: | 3 | on: |
| 4 | push: | 4 | push: |
| 5 | branches: main | 5 | branches: |
| 6 | - main | ||
| 6 | paths-ignore: | 7 | paths-ignore: |
| 7 | - "docs" | 8 | - "docs" |
| 8 | - "**/*.md" | 9 | - "**/*.md" |
| 9 | pull_request: | 10 | pull_request: |
| 10 | branches: '*' | 11 | branches: |
| 12 | - '*' | ||
| 11 | paths-ignore: | 13 | paths-ignore: |
| 12 | - "docs" | 14 | - "docs" |
| 13 | - "**/*.md" | 15 | - "**/*.md" |
| 14 | workflow_dispatch: | 16 | workflow_dispatch: |
| 15 | branches: '*' | ||
| 16 | 17 | ||
| 17 | jobs: | 18 | jobs: |
| 18 | ############################################################################## | 19 | ############################################################################## |
