diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index a79b4c5..895ca49 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -2,9 +2,9 @@ name: mypy on: push: - branches: [ "kolo" ] + branches: [ "main" ] pull_request: - branches: [ "kolo" ] + branches: [ "main" ] permissions: contents: read diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index d051911..1b71574 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -2,9 +2,9 @@ name: ruff on: push: - branches: [ "kolo" ] + branches: [ "main" ] pull_request: - branches: [ "kolo" ] + branches: [ "main" ] permissions: contents: read diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13a8c4e..a9c3be7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: tests on: push: - branches: [ "kolo" ] + branches: [ "main" ] pull_request: - branches: [ "kolo" ] + branches: [ "main" ] permissions: contents: read diff --git a/.gitignore b/.gitignore index 07c7336..02f9cd8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,3 @@ uv.lock build source *cache -