aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
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 @@
1name: ci 1name: ci
2 2
3on: [push, pull_request] 3on:
4 pull_request:
5 push:
6 branches:
7 - master
4 8
5jobs: 9jobs:
6 TestMatrix: 10 TestMatrix: