diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cab7bd7cd..0d11bb7826 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: # CI is running on the merge queue, so we don't need to run on trunk at all. "trunk", # This is the branch the merge queue creates. - "gh-readonly-queue/*" + "gh-readonly-queue/**" ] tags: [v0.*] pull_request: diff --git a/.github/workflows/shaders.yml b/.github/workflows/shaders.yml index 0920281b61..53cd58f65b 100644 --- a/.github/workflows/shaders.yml +++ b/.github/workflows/shaders.yml @@ -6,7 +6,7 @@ on: # CI is running on the merge queue, so we don't need to run on trunk at all. "trunk", # This is the branch the merge queue creates. - "gh-readonly-queue/*" + "gh-readonly-queue/**" ] tags: [v0.*] pull_request: