]> granicus.if.org Git - php/commitdiff
get the name of the branch right
authorJoe Watkins <krakjoe@php.net>
Mon, 3 Jun 2019 20:47:12 +0000 (22:47 +0200)
committerJoe Watkins <krakjoe@php.net>
Mon, 3 Jun 2019 20:47:12 +0000 (22:47 +0200)
azure-pipelines.yml
azure/job.yml

index 1803a5881332649a01b7aa9e0f0f0f4718eae563..ad9db01ff7fb09919218bca8206b8ea52fd82eb4 100644 (file)
@@ -1,5 +1,5 @@
 trigger:
-  - 7.4
+  - PHP-7.4
   - master
 
 jobs:
index 432b17ad5a4c49f54123bb1cf913015e67fd9e08..e0d8cc835c3cc7f3bb747070ec08d193458fd76b 100644 (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 }}