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

Add .drone.yml in pathschanged for lint_backend
pull/68356/head
Dimitris Sotirakis 2 years ago committed by GitHub
parent f79654feb3
commit b7b13067a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .drone.yml
  2. 1
      scripts/drone/events/pr.star

@ -437,6 +437,7 @@ trigger:
include:
- pkg/**
- packaging/**
- .drone.yml
- conf/**
- go.sum
- go.mod
@ -6995,6 +6996,6 @@ kind: secret
name: github_token
---
kind: signature
hmac: 4a99b404fa59910566c088700c4aacf6cc00de65aa8955f58f7dc3e313f932c8
hmac: 580387ea6dbe3182c71aac875bf9f114e3edc7d8cb8a67e6da7502433f9560be
...

@ -105,6 +105,7 @@ def pr_pipelines():
include_paths = [
"pkg/**",
"packaging/**",
".drone.yml",
"conf/**",
"go.sum",
"go.mod",

Loading…
Cancel
Save