Skip to content

Commit

Permalink
Add autotriggers for changes in develop to the azure-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnw-sebast committed Nov 15, 2024
1 parent 99883c3 commit d4e430b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 triggers when changes are made in the development branch
(#xxx, thanks @gsnw-sebast)
- Azure Pipline YAML add docker build (#354, thanks @gsnw-sebast)

fping 5.2 (2024-04-21)
======================
Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
trigger:
- develop

jobs:
- job: linux_build
displayName: Linux Build
Expand Down

0 comments on commit d4e430b

Please sign in to comment.