[v10.0.x] CI: Add .drone.yml in pathschanged trigger for lint_backend pipeline (#68348) (#68369)

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:27 +01:00
committed by GitHub
parent c1e8c3b2c4
commit 032b615de2
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -437,6 +437,7 @@ trigger:
include:
- pkg/**
- packaging/**
- .drone.yml
- conf/**
- go.sum
- go.mod
@@ -6673,6 +6674,6 @@ kind: secret
name: enterprise2_security_prefix
---
kind: signature
hmac: c6893c314aaeb05659b1425778deb687f9648d03a85a8dee8eb05564f63bf7c7
hmac: f1e7804907b9e4beb07750a26ff1a86f5991d8ff4b891db2978f12056161501f
...
+1
View File
@@ -105,6 +105,7 @@ def pr_pipelines():
include_paths = [
"pkg/**",
"packaging/**",
".drone.yml",
"conf/**",
"go.sum",
"go.mod",