get the name of the branch right

This commit is contained in:
Joe Watkins 2019-06-03 22:47:12 +02:00
parent 74ce812007
commit 068dd5afa8
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
trigger:
- 7.4
- PHP-7.4
- master
jobs:

View File

@ -84,7 +84,7 @@ jobs:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'OpCache'
runTestsParameters: -dopcache.enable_cli=1
- ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/7.4') }}:
- ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/PHP-7.4') }}:
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}