From d7f3c81fac96510f9c3c06154940b7b46c16bcb9 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sun, 19 Dec 2021 22:52:21 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=BE=D1=84=D0=B8?= =?UTF-8?q?=D0=BA=D1=81=20gh-actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 766c2fe..04162f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: push: branches: [ master, dev ] pull_request: - branches: [ master, dev ] + branches: [ dev ] jobs: Tests: