From 57e30b1d86f3a4038587f50496a1a13447f773db Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:47:09 +0300 Subject: [PATCH] Update CI --- .github/workflows/ci.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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: