From: German Service Network Date: Sun, 17 Nov 2024 08:46:13 +0000 (+0100) Subject: Add autotrigger for changes in develop to the azure-pipeline X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48e7e02d91bb6a72284971aa6f0a30b8fad999aa;p=fping.git Add autotrigger for changes in develop to the azure-pipeline --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e5108..4d998f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Next - New option --icmp-timestamp send ICMP timestamp requests (ICMP type 13) instead of ICMP Echo requests (#353, thanks @auerswal and @gsnw-sebast) +## Bugfixes and other changes + +- Azure Pipline only trigger when changes are made in the development branch + (#359, thanks @gsnw-sebast) +- Azure Pipline YAML add docker build (#354, thanks @gsnw-sebast) fping 5.2 (2024-04-21) ====================== diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3759012..3edadd1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,6 @@ +trigger: +- develop + jobs: - job: linux_build displayName: Linux Build