diff --git a/.github/workflows/pr-quality.yaml b/.github/workflows/pr-quality.yaml index 45a695ddc..5913496dd 100644 --- a/.github/workflows/pr-quality.yaml +++ b/.github/workflows/pr-quality.yaml @@ -19,13 +19,10 @@ jobs: max-failures: 4 # PR Branch Checks - allowed-target-branches: "next" + allowed-target-branches: "" blocked-target-branches: "" allowed-source-branches: "" - blocked-source-branches: | - main - master - v4.x + blocked-source-branches: "" # PR Quality Checks max-negative-reactions: 0