From 1ee6c2930792e7395600f3ef3d7dbb182e02db4a Mon Sep 17 00:00:00 2001 From: Artur Ayukhanov Date: Sun, 14 Mar 2021 16:08:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D1=80=D0=BE=D0=BF=D1=83=D1=89=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D0=B5=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA?= =?UTF-8?q?=D0=B8=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #158 --- .github/workflows/qa.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index e338b3d..8afab62 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -12,7 +12,7 @@ env: jobs: build: - if: github.repository == 'artbear/1commands' + if: github.repository == 'artbear/1bdd' runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7a6362..4da3071 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: types: [published, edited] env: - PACKAGE_MASK: 1commands-*.ospx + PACKAGE_MASK: 1bdd-*.ospx jobs: build: