diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8da0e265..2ad7a999 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,15 +4,12 @@ name: CI on: workflow_dispatch: pull_request: - paths-ignore: - - "docs/**" - - "*.md" + branches: + - main push: branches: - main - paths-ignore: - - "docs/**" - - "*.md" + jobs: quality: runs-on: ubuntu-latest @@ -32,7 +29,6 @@ jobs: run: nox -s lint - name: Performing static type checks run: nox -s check - tests: strategy: matrix: diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md index 5ebe701d..fc6013bc 100644 --- a/docs/CODE_OF_CONDUCT.md +++ b/docs/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at conduct@kaiko.ai. All +reported by contacting the project team at eva@kaiko.ai. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident.