We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2088645 commit 450ac2dCopy full SHA for 450ac2d
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
# CI is running on the merge queue, so we don't need to run on trunk at all.
7
"trunk",
8
# This is the branch the merge queue creates.
9
- "gh-readonly-queue/*"
+ "gh-readonly-queue/**"
10
]
11
tags: [v0.*]
12
pull_request:
.github/workflows/shaders.yml
0 commit comments