From f7f5db58aa758a5a176b2ea31c8b6fb2687861ab Mon Sep 17 00:00:00 2001 From: kolo Date: Wed, 8 Oct 2025 13:40:20 +0300 Subject: [PATCH] fix ci --- .github/workflows/mypy.yml | 4 ++-- .github/workflows/ruff.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- .gitignore | 1 - 4 files changed, 6 insertions(+), 7 deletions(-) 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 -