From 00ee53efca5542a3b979d7f58482493c75608068 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Sun, 31 Jul 2022 23:06:27 +0300 Subject: [PATCH] Fix CI branch --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index f9ae757..ff3e0f0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -3,7 +3,7 @@ name: Build on: push: branches: - - master + - main pull_request: types: - opened