summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml2
-rw-r--r--azure/job.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1803a58813..ad9db01ff7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,5 +1,5 @@
trigger:
- - 7.4
+ - PHP-7.4
- master
jobs:
diff --git a/azure/job.yml b/azure/job.yml
index 432b17ad5a..e0d8cc835c 100644
--- a/azure/job.yml
+++ b/azure/job.yml
@@ -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 }}