Skip to content

Commit 450ac2d

Browse files
authored
Fix Double Push (#6890)
1 parent 2088645 commit 450ac2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# CI is running on the merge queue, so we don't need to run on trunk at all.
77
"trunk",
88
# This is the branch the merge queue creates.
9-
"gh-readonly-queue/*"
9+
"gh-readonly-queue/**"
1010
]
1111
tags: [v0.*]
1212
pull_request:

.github/workflows/shaders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# CI is running on the merge queue, so we don't need to run on trunk at all.
77
"trunk",
88
# This is the branch the merge queue creates.
9-
"gh-readonly-queue/*"
9+
"gh-readonly-queue/**"
1010
]
1111
tags: [v0.*]
1212
pull_request:

0 commit comments

Comments
 (0)