diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8720af..f4691b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI on: push: branches: - - next + - dev pull_request: branches: - - next + - dev env: DEFAULT_PYTHON: 3.7