From 92e94914194f9e2d101602f3528e5b07c0401a30 Mon Sep 17 00:00:00 2001 From: Danila Morozov <39347109+DanArmor@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:28:53 +0300 Subject: [PATCH] =?UTF-8?q?other:=20main=20=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BD=D0=B0=20master=20=D0=B2=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e3529e..22a413b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,10 +3,10 @@ name: ci on: push: branches: - - "main" + - "master" pull_request: branches: - - "main" + - "master" jobs: docker: