summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-06-03 22:47:12 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-03 22:47:12 +0200
commit068dd5afa8e57161f37c775f2f016eb0b3bb5ece (patch)
tree4334033cc642b94451cde6362039faee6118e44b
parent74ce8120079a6af65ec649b710b9fc8a619aa83e (diff)
downloadphp-git-068dd5afa8e57161f37c775f2f016eb0b3bb5ece.tar.gz
get the name of the branch right
-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 }}