From 809abc40259c762cd07b8a64f7bb010a0feba8df Mon Sep 17 00:00:00 2001 From: "Irina V. Kuzmina" Date: Tue, 27 Feb 2024 17:30:32 +0300 Subject: [PATCH] revert ci changes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c52cb4d..f65d15b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main, v4-2] + branches: [main] pull_request: - branches: [main, v4-2] + branches: [main] jobs: verify_files: