mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
Fix wildcard on branches-ignore backport (#47679)
Fixes https://github.com/grafana/code-coverage/issues/11
This commit is contained in:
parent
06d2d44031
commit
fe3a27a2ab
@ -10,7 +10,7 @@ on:
|
||||
- 'public/app/plugins/datasource/cloud-monitoring/**'
|
||||
branches-ignore:
|
||||
- dependabot/**
|
||||
- backport-**
|
||||
- backport-*
|
||||
|
||||
jobs:
|
||||
workflow-call:
|
||||
|
Loading…
Reference in New Issue
Block a user