diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 17e7f7e..e198d38 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,12 +3,12 @@ name: CI on: pull_request: paths: - - 'oracle/*' + - 'oracle/**/*' - 'pyporject.toml' - 'Dockerfile' push: paths: - - 'oracle/*' + - 'oracle/**/*' - 'pyporject.toml' - 'Dockerfile'