diff options
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5685003..88d5d66 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -4,8 +4,8 @@ on: | |||
4 | push: | 4 | push: |
5 | branches: | 5 | branches: |
6 | - '*' | 6 | - '*' |
7 | # Run test for any PRs | ||
7 | pull_request: | 8 | pull_request: |
8 | - '*' | ||
9 | 9 | ||
10 | jobs: | 10 | jobs: |
11 | codespell: | 11 | codespell: |