[v9.5.x] CI: Add .drone.yml in pathschanged trigger for lint_backend pipeline (#68348) (#68368)

CI: Add `.drone.yml` in pathschanged trigger for `lint_backend` pipeline (#68348)

Add .drone.yml in pathschanged for lint_backend

(cherry picked from commit b7b13067a5)

# Conflicts:
#	.drone.yml
This commit is contained in:
Dimitris Sotirakis
2023-05-12 13:25:17 +01:00
committed by GitHub
parent a0f253c62b
commit 167b268b81
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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
...
+1
View File
@@ -105,6 +105,7 @@ def pr_pipelines():
include_paths = [
"pkg/**",
"packaging/**",
".drone.yml",
"conf/**",
"go.sum",
"go.mod",