]> git.gsnw.org Git - fping.git/commitdiff
Add autotrigger for changes in develop to the azure-pipeline
authorGerman Service Network <support@gsnw.de>
Sun, 17 Nov 2024 08:46:13 +0000 (09:46 +0100)
committerSebastian <176771227+gsnw-sebast@users.noreply.github.com>
Sat, 30 Nov 2024 12:37:22 +0000 (13:37 +0100)
CHANGELOG.md
azure-pipelines.yml

index d4e5108e68481ccab13a258646ea5a3b78473d42..4d998f0e2b06f1234e020d391a373e20f0867b84 100644 (file)
@@ -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)
 ======================
index 37590128a64f6fb8494a04f7d84e1d5ea53dd384..3edadd16ad5afd0d707989ae5256a3a66a5a7524 100644 (file)
@@ -1,3 +1,6 @@
+trigger:
+- develop
+
 jobs:
 - job: linux_build
   displayName: Linux Build