From e6b6d05822ac579033683a51674afc1bd97dc57b Mon Sep 17 00:00:00 2001 From: Walid <87608619+Walidoux@users.noreply.github.com> Date: Sat, 13 Aug 2022 19:48:29 +0100 Subject: [PATCH] fix: resolve unrecognizable ci job (#43) --- .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 b5516f5..d29a7d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: branches: [master] jobs: - ci: + build-release: runs-on: ubuntu-latest if: ${{ github.ref == 'refs/heads/master' }} needs: [quality]