From 19b088c00361c9e7a874df21e11f53cc304ebe5f Mon Sep 17 00:00:00 2001 From: perhalvorsen <31341520+pmhalvor@users.noreply.github.com> Date: Sat, 5 Oct 2024 10:28:46 +0200 Subject: [PATCH] update main branch (#19) --- .github/workflows/python-test.yml | 6 +++--- .github/workflows/todo.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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: