diff --git a/.drone.yml b/.drone.yml index ea697f09994..4e2de003b7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -312,6 +312,7 @@ trigger: - go.mod - public/app/plugins/**/plugin.json - devenv/** + - .bingo/** type: docker volumes: - host: @@ -6444,6 +6445,6 @@ kind: secret name: packages_secret_access_key --- kind: signature -hmac: 7045c606549d05fbe66b2e683b318c7063a4e875e1a94168d5f5b03bb7e319c6 +hmac: 232bd9c4601917826ebb8fcd50a19fa728a4d65264c20ee9d5d482fb86d6205e ... diff --git a/scripts/drone/events/pr.star b/scripts/drone/events/pr.star index 3052ac83a3d..d9afe947305 100644 --- a/scripts/drone/events/pr.star +++ b/scripts/drone/events/pr.star @@ -111,6 +111,7 @@ def pr_pipelines(): 'go.mod', 'public/app/plugins/**/plugin.json', 'devenv/**', + '.bingo/**', ] ), ver_mode,