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

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:08 +01:00
committed by GitHub
parent 11b98de351
commit eacc0bafea
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -350,6 +350,7 @@ trigger:
include:
- pkg/**
- packaging/**
- .drone.yml
- conf/**
- go.sum
- go.mod
@@ -6429,6 +6430,6 @@ kind: secret
name: enterprise2_security_prefix
---
kind: signature
hmac: 05a814270c8de57a60648a07b270fac01e7172bf6158330a70f04e50dd7aed47
hmac: 503c3ef61de742f0835012c5c8022c9c30b4232eda090610ba9be7e0e9a0c332
...
+1
View File
@@ -105,6 +105,7 @@ def pr_pipelines():
include_paths = [
"pkg/**",
"packaging/**",
".drone.yml",
"conf/**",
"go.sum",
"go.mod",