diff options
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d50696d..e6b5d17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,16 +6,18 @@ name: Tests on: push: branches: - - main - - 3.9 - - 3.8 - - 3.7 + - 'main' + - '3.10' + - '3.9' + - '3.8' + - '3.7' pull_request: branches: - - main - - 3.9 - - 3.8 - - 3.7 + - 'main' + - '3.10' + - '3.9' + - '3.8' + - '3.7' jobs: check_source: |