diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5c4ae3..abe140d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,16 +1,6 @@ name: CI -on: - pull_request: - paths: - - 'oracle/**/*' - - 'pyporject.toml' - - 'Dockerfile' - push: - paths: - - 'oracle/**/*' - - 'pyporject.toml' - - 'Dockerfile' +on: [ push ] jobs: pre-commit: