Skip to content

Commit eee409f

Browse files
committed
Fix syntax
1 parent 2fdd7a1 commit eee409f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
# SonarQube scan does not work for forked repositories
5050
# See https://jira.sonarsource.com/browse/MMF-1371
5151
- name: Build with Maven
52-
if: github.ref != ‘refs/heads/master’
52+
if: "github.ref != ‘refs/heads/master’"
5353
run: xvfb-run mvn clean verify
5454
- name: Build with Maven and run SonarQube analysis
55-
if: github.ref == ‘refs/heads/master’
55+
if: "github.ref == ‘refs/heads/master’"
5656
run: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
5757
env:
5858
# These two env variables are needed for sonar analysis

0 commit comments

Comments
 (0)