refactor(workflow): reconfigure ci.yml

This commit is contained in:
Walid 2022-08-13 20:06:41 +01:00
parent 6af5714037
commit 68a421754f
No known key found for this signature in database
GPG Key ID: 7DF9215FC4E48853

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