refactor(workflow): reconfigure ci.yml (#44)

* fix: resolve unrecognizable ci job
* refactor(workflow): reconfigure ci.yml
This commit is contained in:
Walid 2022-08-13 20:08:08 +01:00 committed by GitHub
parent e6b6d05822
commit a94bd4f711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,7 @@ on:
jobs:
build-release:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
needs: [quality]
steps:
- name: Checkout code
uses: actions/checkout@v3.0.0