diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index c7cc6a1..9ec5ea1 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -3,10 +3,10 @@ name: Python Tests on: push: branches: - - master # Runs on push to the master branch + - main # Runs on push to the main branch pull_request: branches: - - master # Runs on pull requests to the master branch + - main # Runs on pull requests to the main branch jobs: test: @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: [3.11] # [3.9, 3.11] # You can add or remove Python versions to test against + python-version: [3.11] steps: - name: Checkout repository diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index af2e465..ce850b7 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -2,7 +2,7 @@ name: "Run TODO to Issue" on: push: branches: - - "master" + - "main" workflow_dispatch: inputs: MANUAL_COMMIT_REF: