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 18471d8 commit f6dd3a4Copy full SHA for f6dd3a4
.github/workflows/ci.yml
@@ -3,8 +3,8 @@ name: CI
3
on:
4
push:
5
branches-ignore: [
6
- # CI is running on the merge queue, so we don't need to run on trunk at all.
7
- "trunk",
+ # We don't need to run on dependabot PRs.
+ "dependabot/**",
8
# This is the branch the merge queue creates.
9
"gh-readonly-queue/**"
10
]
.github/workflows/shaders.yml
@@ -3,8 +3,8 @@ name: Shaders
0 commit comments