summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-10-12 10:06:30 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-10-12 10:06:40 +0200
commit8d11576a86275481b34954a163824909c28037ef (patch)
tree911701e88c6dcc8ba6cc5ae7dd790bcde8d5e3af /azure-pipelines.yml
parentd953cd18621709f115b1cf5ba93e75769a532d9e (diff)
parent9a2e5cfccb3431614c84bfa1f4e1d66370698b6d (diff)
downloadphp-git-8d11576a86275481b34954a163824909c28037ef.tar.gz
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Backport schedule in yaml
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ea6acdd720..beb512c735 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -12,6 +12,15 @@ trigger:
- UPGRADING
- UPGRADING.INTERNALS
+schedules:
+ - cron: "0 1 * * *"
+ displayName: Nightly build
+ branches:
+ include:
+ - PHP-7.4
+ - PHP-8.0
+ - master
+
jobs:
- template: azure/job.yml
parameters: