fix: resolve unrecognizable ci job (#43)

This commit is contained in:
Walid 2022-08-13 19:48:29 +01:00 committed by GitHub
parent 00a8cccaf6
commit e6b6d05822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on:
branches: [master]
jobs:
ci:
build-release:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
needs: [quality]