fix matching
This commit is contained in:
parent
900dc8c867
commit
79c874390a
|
|
@ -8,7 +8,7 @@ name: Frontend
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: ["l10*", "dependabot/*", "backport/*"]
|
||||
branches-ignore: ["l10*", "dependabot*", "backport*"]
|
||||
pull_request:
|
||||
branches-ignore: ["l10*"]
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ name: Import / Export
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: ["l10*", "dependabot/*", "backport/*"]
|
||||
branches-ignore: ["l10*", "dependabot*", "backport*"]
|
||||
pull_request:
|
||||
branches-ignore: ["l10*"]
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ name: QC
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: ["l10*", "dependabot/*", "backport/*"]
|
||||
branches-ignore: ["l10*", "dependabot*", "backport*"]
|
||||
pull_request:
|
||||
branches-ignore: ["l10*"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue