We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f1fa6 commit 2088645Copy full SHA for 2088645
.github/workflows/ci.yml
@@ -2,7 +2,12 @@ name: CI
2
3
on:
4
push:
5
- branches-ignore: ["trunk"]
+ branches-ignore: [
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/*"
10
+ ]
11
tags: [v0.*]
12
pull_request:
13
merge_group:
.github/workflows/shaders.yml
@@ -2,7 +2,12 @@ name: Shaders
0 commit comments