main #69
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
sonarqube:
|
||||
needs: build-server
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref_name == 'master'
|
||||
if: ${{ github.ref_name }} == 'master'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup dotnet
|
||||
|
|
Loading…
Reference in a new issue