diff --git a/.drone.yml b/.drone.yml index 885b2196847..b8aeb98cff8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -435,6 +435,7 @@ trigger: include: - pkg/** - packaging/** + - .drone.yml - conf/** - go.sum - go.mod @@ -6536,6 +6537,6 @@ kind: secret name: enterprise2_security_prefix --- kind: signature -hmac: 09ac8c69812183afef95e0cfbd00591855498f9427d0153bc49df2a35284784f +hmac: 427c594a9191f5f7dff1208eff0d64b73312169fa2be91b32d7187d6b74eba5d ... diff --git a/scripts/drone/events/pr.star b/scripts/drone/events/pr.star index 73ab62d2680..14605cd7909 100644 --- a/scripts/drone/events/pr.star +++ b/scripts/drone/events/pr.star @@ -105,6 +105,7 @@ def pr_pipelines(): include_paths = [ "pkg/**", "packaging/**", + ".drone.yml", "conf/**", "go.sum", "go.mod",