mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-04 06:00:38 +00:00
fix(ci): disable running on dependabot and backport branches (#12189)
This commit is contained in:
@@ -8,7 +8,7 @@ name: Frontend
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore: ["l10*"]
|
branches-ignore: ["l10*", "dependabot/*", "backport/*"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches-ignore: ["l10*"]
|
branches-ignore: ["l10*"]
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ name: Import / Export
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore: ["l10*"]
|
branches-ignore: ["l10*", "dependabot/*", "backport/*"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches-ignore: ["l10*"]
|
branches-ignore: ["l10*"]
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ name: QC
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore: ["l10*"]
|
branches-ignore: ["l10*", "dependabot/*", "backport/*"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches-ignore: ["l10*"]
|
branches-ignore: ["l10*"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user