From c2b3084de37dde51dd3d114f6996e016f4e3e771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=8F?= Date: Fri, 28 May 2021 13:23:16 +0300 Subject: [PATCH] Github: update workflow to match new scheme (#498) --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65b7315f..6d2feeaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: 'CI' -on: - push: - paths-ignore: - - 'wiki/**' - - 'wiki_static/**' +on: push env: TARGETS: f5 f6 @@ -146,7 +142,7 @@ jobs: genpic: name: Generate pic needs: upload - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/dev' runs-on: [self-hosted] steps: - name: Set test env