diff options
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a89b76b..2e8364e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml | |||
@@ -1,6 +1,10 @@ | |||
1 | name: ci | 1 | name: ci |
2 | 2 | ||
3 | on: [push, pull_request] | 3 | on: |
4 | pull_request: | ||
5 | push: | ||
6 | branches: | ||
7 | - master | ||
4 | 8 | ||
5 | jobs: | 9 | jobs: |
6 | TestMatrix: | 10 | TestMatrix: |