Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add autotrigger for changes in develop to the azure-pipeline #359

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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)
======================
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
Loading