mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix Double Push (#6890)
This commit is contained in:
parent
2088645b69
commit
450ac2d05d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
2
.github/workflows/shaders.yml
vendored
2
.github/workflows/shaders.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user