From 8b4df4adc8349126f0efbda63efed0291ae88b9d Mon Sep 17 00:00:00 2001 From: rusdacent <57439765+rusdacent@users.noreply.github.com> Date: Mon, 9 Nov 2020 12:16:59 +0300 Subject: [PATCH] Remove branch opt from ci.yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3504f25..c987a214 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,6 @@ name: 'CI' on: push: - branches: - - prepare-update paths-ignore: - 'wiki/**' - 'wiki_static/**'