diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 57d18bf528..39429d0c8d 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -3,7 +3,9 @@ name: Lurk CI tests on: merge_group: push: - branches-ignored: [master] + branches-ignore: + - "gh-readonly-queue/**" + - "master" pull_request: types: [opened, synchronize, reopened, ready_for_review] branches: [master]