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