diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5128553..a65e1244 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ run-name: Continuous integration on: pull_request: - branches: ["main"] + branches: ["dev"] jobs: dependency_review: @@ -19,7 +19,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ["3.10.*", "3.11.*"] + python-version: ["3.10.*", "3.11.*", "3.12.*"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b22fd1a6..431b387d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,7 @@ run-name: Lint codebase on: push: branches: - - main + - dev paths: - 'src/**' - 'scripts/**'