Fix wildcard on branches-ignore backport (#47679)

Fixes https://github.com/grafana/code-coverage/issues/11
This commit is contained in:
Shirley 2022-04-13 11:15:22 +02:00 committed by GitHub
parent 06d2d44031
commit fe3a27a2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ on:
- 'public/app/plugins/datasource/cloud-monitoring/**'
branches-ignore:
- dependabot/**
- backport-**
- backport-*
jobs:
workflow-call: