diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bcb169..3fa3e50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,15 +1,13 @@ name: CICD on: - push: - branches: - - master - tags: - - "v*" - pull_request: {} workflow_run: - workflows: ["tests"] - branches: [master] + workflows: + - "tests" + - "mypy" + - "ruff" + branches: + - "master" types: - completed workflow_dispatch: diff --git a/.github/workflows/lint.yml b/.github/workflows/ruff.yml similarity index 100% rename from .github/workflows/lint.yml rename to .github/workflows/ruff.yml